Plain-language tour: what robots are, how they see and move, and how factories use smart machines — with everyday examples.
A robot is not magic. It is a machine that looks at the world, decides what to do, and moves — again and again, like a loop.
Simple definition: A robot is a machine that can sense the world, make choices, and take action — often without a human holding a remote control every second.
Everyday examples:
The robot loop (like a game):
Figure — Same idea as a thermostat: check temperature → adjust heater → check again.
Robots vs normal machines
| Machine | What it does |
|---|---|
| Washing machine | Runs one fixed program you picked — not really “looking” at clothes. |
| Roomba-style vacuum | Changes path when it sees a chair leg — reacts to the room. |
| Car with cruise control | Keeps speed — simple control, not full “robot.” |
| Self-driving car (goal) | Sees lanes, signs, people — many decisions per second. |
Parts of a robot (what each piece does)
Figure — Sense, think, act: the same idea for almost every robot.
How much can it do alone?
For each one, say: Does it move? What does it sense? Who stops it if something goes wrong?
Sensors are the robot’s eyes, ears, and touch. Without good sensing, even the smartest AI is guessing in the dark.
Two big groups (easy names):
Combining sensors is like using both eyes and your inner-ear balance when you walk on ice — one sensor alone can fool you (mirrors confuse cameras; glass confuses some laser sensors).
Figure — Use more than one type when possible.
Figure — Same chain for every sensor type.
Types of sensors — what they measure and where they are used
| Sensor type | What it measures | Used for | Example |
|---|---|---|---|
| Camera | Light and colour (picture) | See people, boxes, defects | Phone, vacuum bot, CCTV |
| Ultrasonic | Distance (sound echo) | How far to a wall | Hobby robot, parking beep |
| LiDAR | Distance (laser) | 360° room map | Robot vacuum |
| Bumper | Physical touch | Stop when hit | Vacuum front, elevator |
| IMU | Tilt and spin | Stay balanced | Drone, phone screen rotate |
| Wheel encoder | Wheel turns | How far moved | Wheeled robots |
| GPS | Outdoor position | Maps and routes | Delivery drone |
| Microphone | Sound | Voice, alarms | Smart speaker |
| Temperature | Heat | Overheat, cold trucks | Factory motor, fridge sensor |
| Infrared proximity | Object nearby | Hands-free tap, dryer | Bathroom sensor |
Mapping while moving (SLAM — say it “slam”)
Figure — Mapping while moving (say “slam”).
When a robot enters a new building, it must answer two questions at once: Where am I? and What does this place look like? That is SLAM (simultaneous localisation and mapping). Think of walking through a dark hotel with a phone flashlight — you build a mental map as you go.
For each, name a second sensor or a simple safety rule (slow down, stop, human button).
After sensing, the robot needs a plan: go forward, turn, stop, pick up. Some paths are drawn on a map; some are learned from practice.
Path planning (like GPS for robots): Given a map and a goal (“go to charging dock”), the robot finds a route that avoids tables and walls. Classic methods have names like A* — you only need the idea: search for a safe path.
Learning from trial and error: Some robots practise in simulation or a safe pen — try walking, get a score (“you fell”), try again. That is the spirit of reinforcement learning, but real robots still need safety limits so practice does not hurt anyone.
Follow the human: Many “smart” factory arms are first moved by a worker’s hand, then repeat that motion. Less fancy, very common.
Ways robots decide — types and when to use them
| Way to decide | How it works | Used for | Example |
|---|---|---|---|
| Simple rules | If sensor says X, do Y | Very predictable jobs | Bumper → stop |
| Map + path | Safe route on a map | Warehouse, hospital bot | Go to charger |
| Follow a line | Camera sees floor tape | Simple factory carts | Yellow line follower |
| Teach by hand | Human moves arm, robot copies | Welding, painting | Factory teach mode |
| Practice with scores | Try, get points, repeat | Research, games | Walk in simulation |
Figure — Real robots also respect “do not enter” zones and speed limits.
| Way | Good when | Watch out |
|---|---|---|
| Map + rules | Building layout stays similar | New furniture blocks paths |
| Learned behaviour | Messy, changing tasks (research) | Needs lots of safe practice; hard to explain mistakes |
Automation means machines do repetitive work. AI often helps with “is this part good or bad?” while old-fashioned safety systems still stop the line if something looks dangerous.
Figure — AI sees defects; PLC and red button keep people safe.
Factory parts — what each one does
| Part | Job | Used for |
|---|---|---|
| Robot arm | Pick, place, weld | Same motion all day |
| Conveyor belt | Move parts along | Linking machines |
| Camera + AI | Spot scratches, wrong labels | Visual checks |
| PLC box | Safety rules, fast stops | Buttons, fences, limits |
| Cobot | Work near people, slower | Assembly beside worker |
| Emergency stop | Cut power when pressed | Always required |
PLC (think: factory brain in a rugged box): A small computer that reads buttons and sensors and turns motors on/off very reliably, many times per second. It follows fixed rules: if emergency button pressed, then stop everything.
Where AI fits: Cameras check scratches, dents, or wrong labels — things that are hard to write as simple rules. The AI suggests “bad part,” but a safety system still decides whether the machine may move.
Cobot = collaborative robot — designed to work near people, often slower and with force limits so a bump hurts less.
Figure — AI does not replace the emergency stop button.
10 easy questions on robots, sensors, and factory helpers. Instant feedback on every answer.
Module 4 in short: robots sense, decide, and act — and people still matter for safety.