Mission Briefing
By the end of this mission, you will be able to:
Explain what a robot is
Explain what makes a robot โsmartโ
Compare mobile robots and robotic arms
Compare wheels and tracks
Describe the Adeept RaspTank and what it can do
Think about the difference between military and civilian robots
๐ Let's Get Started
Have you ever seen a video of a small tank-like robot rolling over rocks and rubble that would stop a regular toy car in its tracks (pun intended)? Robots built like tanks can climb over bumpy ground that wheels alone struggle with.
Meet Robo ๐ค โ your guide for this course. Over the next 15 lessons, you're going to build, wire, and program a real tracked robot of your own: the Adeept RaspTank.
So... What Is A Robot?
A robot is a machine that can sense its surroundings, process information, and take action to complete a task โ usually without a person controlling every single movement.
Three Things Every Robot Needs
Sensors โ to gather information about the world (distance, light, images)
A controller โ a small computer โbrainโ that decides what to do with that information
Actuators โ motors that let the robot actually move or act on its decisions
What Makes A Robot โSmartโ?
A โsmart robotโ senses, decides, and adapts โ instead of just repeating the exact same motion over and over, like a wind-up toy.
Your RaspTank is a smart robot: it uses an ultrasonic sensor to detect obstacles, line-tracking sensors to follow a path, and a camera with OpenCV to recognize colors and objects. It doesn't just move โ it decides how to move.
Mobile Robots Vs Robotic Arms
A mobile robot can travel from place to place. A robotic arm stays fixed in one spot but can reach, rotate, and grip objects. Your RaspTank is both at once: a tracked mobile robot with a 4-DOF robotic arm mounted on top.
Wheels Vs Tracks
Most cars and robots roll on wheels. Your RaspTank instead rolls on tracks โ continuous loops of rubber or plastic segments that wrap around a set of wheels hidden inside, like a real army tank or a bulldozer.
That bigger contact patch is why tank-tracked robots like the RaspTank can handle rougher terrain than a small wheeled car.
Meet The Adeept Rasptank
The robot you're building in this course is the Adeept RaspTank โ a tracked smart robot with a 4-DOF robotic arm, built around a Raspberry Pi.
What It Can Do
Drive over bumpy or uneven surfaces using its rubber tracks
Reach and grip small objects with its 4-DOF robotic arm
โSeeโ using a camera and OpenCV computer vision
Detect obstacles with an ultrasonic distance sensor
Follow lines on the floor using line-tracking sensors
Be driven remotely over Wi-Fi, with live video streaming
Light up using onboard RGB LEDs
Run entirely on Python code, controlled by a Raspberry Pi
Military Vs Civilian Robots: A Discussion
Some tracked robots are built for civilian (non-military) jobs, like inspecting damaged buildings, helping firefighters see into smoke-filled rooms, or exploring places too dangerous for people. Other tracked robots are built for military use, like carrying equipment or safely checking suspicious packages from a distance.
This raises an important question that real engineers, governments, and citizens think about: since the same basic technology (tracks, sensors, cameras, remote control) can be used for very different purposes, who should decide how robots get used, and what rules should apply? There isn't one single right answer โ it's a topic people genuinely disagree about, and thinking it through carefully matters.
Ai-powered Robots
Many modern robots, including advanced versions of tank-tracked robots, use artificial intelligence (AI) to recognize objects, follow targets, or even make more complex decisions on their own. You'll get your first hands-on introduction to AI-powered vision later in this course, in Lessons 10 and 11.
๐ก Did You Know?
Real tanks were first used over a hundred years ago partly BECAUSE tracks could cross muddy, torn-up battlefields that wheels got stuck in โ the same basic engineering idea your RaspTank uses today, just for very different, much friendlier purposes.
NASA's Mars rovers actually use wheels, not tracks โ but engineers still study tracked designs for future missions to places with looser, sandier soil.
๐ Real-world Connection
Search-and-rescue teams use small tracked robots to explore collapsed buildings after earthquakes, going places that would be far too dangerous for a human rescuer to enter first. That's the same tracked-robot idea you're about to build, used to help save lives.
๐ง Try It Yourself
Look around your home, school, or neighborhood. Can you spot THREE surfaces that would be hard for wheels to cross, but easier for tracks (like gravel, thick grass, or a small step)?
Example: A gravel driveway would be bumpy and loose for small wheels.
1. _______________________________________________________
2. _______________________________________________________
3. _______________________________________________________
๐ค Think About It
Discuss With a Partner or Write Your Answer
The same tracked-robot technology can be used for very different jobs, from search-and-rescue to military tasks.
Why do you think it matters who decides how a robot gets used, even if the robot itself is "just a machine"?
______________________________________________________________________
______________________________________________________________________
๐ Quick Recap: Fill In The Blanks
A ____________ is a machine that senses, decides, and acts to complete a task.
A robot is considered ____________ when it can sense its surroundings and change its behavior.
____________ spread a robot's weight over a longer contact patch than wheels do.
The Adeept RaspTank combines a tracked chassis with a ____________ robotic arm.
Robots can be used for ____________ purposes (like helping people) or military purposes, which is why thinking about how robots are used matters.
๐ Match It!
Draw a line (or write the matching letter in the blank) to connect each word to its meaning.
โ Check Your Understanding
โ I can explain what a robot is
โ I can explain what makes a robot โsmartโ
โ I can compare wheels and tracks
โ I can describe what the Adeept RaspTank can do
โ I can explain why it matters how robots get used
๐ฎ Quiz Time!
Question 1: What is a robot?
A. A toy that only looks like a machine
B. A machine that senses, decides, and acts to complete a task
C. Any object that runs on batteries
D. A type of computer screen
๐ Reveal answer (drag-select the blank space): B
Question 2: What makes a robot โsmartโ?
A. It is painted a bright color
B. It can sense its environment and change its behavior
C. It is very large
D. It never needs batteries
๐ Reveal answer (drag-select the blank space): B
Question 3: Why can tracks handle rougher terrain than wheels?
A. They spread the robot's weight over a longer contact patch
B. They are always faster
C. They never need power
D. They are lighter than wheels
๐ Reveal answer (drag-select the blank space): A
Question 4: What can the Adeept RaspTank do?
A. Drive, sense obstacles, and use a robotic arm
B. Only play music
C. Only take photographs
D. Only follow voice commands
๐ Reveal answer (drag-select the blank space): A
Question 5: Why is it worth discussing how robots get used?
A. The same robot technology can be used for very different purposes, some helpful and some harmful
B. Robots always make their own rules
C. Robots cannot be used for more than one purpose
D. It doesn't matter at all
๐ Reveal answer (drag-select the blank space): A
๐ Challenge Zone
Level Up
Design your own imaginary tracked robot! Give it a name, decide what helpful civilian job it would do, and describe ONE sensor it would use for that job.
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
๐ Robot Journal
In your own words, explain to a friend what a smart robot tank is, and describe one reason tracks might be better than wheels for certain jobs.
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
๐ฌ Lesson Wrap-up
๐ค Robo Says
Great job! You now know what a robot is, what makes one โsmart,โ how tracks compare to wheels, and why it matters how robots get used in the real world.
Next up: Lesson 2 โ we'll take apart the RaspTank (on paper!) and meet every single part that makes it move, see, and think.