01LEVEL 1
Command Basics
Build a sequence with readable movement, turning, intake, and shooter commands.
CODE STYLESimple robot commands
- Sequence actions
- Use inches and degrees
- Connect code to field movement
Each level changes the coding interface and introduces two field scenarios. Run the starter, change the code, then ask the AI mentor how the result compares with the mission goal.
Simple action sequences progress into motor APIs and then a supported LinearOpMode-style Java subset.
Build a sequence with readable movement, turning, intake, and shooter commands.
Control individual motors with setPower(), keep power active with wait(), and stop mechanisms explicitly.
Place supported hardware actions inside an FTC Java-shaped autonomous class with waitForStart() and sleep().