Level 1

让机器人动起来Making the Robot Move

学会控制电机、底盘和遥控器,写出你的第一个驾驶程序。Learn to control motors, chassis and controller, and write your first driver program.

1
电机Motors
让电机转起来Making motors spin
2
直走和转弯Driving & Turning
双轮差速原理Differential drive basics
3
遥控器操控Controller Input
用摇杆控制机器人Control the robot with joysticks
4
函数Functions
把动作打包复用Package actions for reuse
5
综合挑战Challenge
写一个完整的操控程序Write a complete driver control program