🦾 Robotics
What is a Robot? — Sense → Think → Act
A robot is a machine that can sense its environment, think about what to do, and act on it. All robots follow this loop: SENSE (read sensors) → THINK (run code) → ACT (move motors). Even a self-driving car follows this loop thousands of times per second!
3 min 10 XP Lesson 1 of 7

A robot is a machine that can sense its environment, think about what to do, and act on it. All robots follow this loop: SENSE (read sensors) → THINK (run code) → ACT (move motors). Even a self-driving car follows this loop thousands of times per second!
Quick Quiz
What are the three parts of every robot loop?