UNIT_02 // unit.overview
Unit 2: OpMode Structure
This unit introduces the FTC OpMode lifecycle so students understand where initialization, real-time control, and one-time transitions belong. Learn annotations plus the init(), loop(), start(), and stop() lifecycle.
6Live Lessons
0Completed
Not StartedCurrent Status
Lesson Roadmap
2.1 · @TeleOp & @AutonomousLesson 2.1: Getting Your OpModes to Show Up with @TeleOp and @AutonomousOpen2.2 · init() MethodLesson 2.2: Setting Up Hardware in init() Before the Match StartsOpen2.3 · loop() LifecycleLesson 2.3: Running Real-Time Robot Logic Inside loop()Open2.4 · start() & stop()Lesson 2.4: Using start() and stop() for One-Time Robot ActionsOpen2.5 · Challenge: Health-CheckLesson 2.5: Challenge — Build a Robot Health-Check OpMode with TelemetryOpenUnit 2 · Mastery QuizUnit 2 Mastery Quiz: OpMode StructureOpen
What This Unit Covers
Choose the right annotation so programs appear correctly on the Driver Station.
Separate setup work from repeated loop logic and one-time start/stop transitions.
Build a health-check style OpMode that reports robot state clearly through telemetry.
Use this page to orient students quickly, resume the right lesson, or skip ahead without digging through the entire sidebar.
Need to skip ahead?
Sign in to mark every lesson in this unit complete, or continue to the next unit without saving.