60 published lessons
Find the idea you need.
Search lesson titles, objectives, code, references, and quiz concepts across FTC and FRC.
26 results for “autonomous”
- FTC · Autonomous Foundations · AutonomousAutonomous State MachinesRepresent autonomous as named nonblocking steps.
- FTC · Autonomous Foundations · AutonomousSimple AutonomousBuild an autonomous routine with timers and safe stops.
- FTC · Road Runner 1.0 Actions and Autonomous · CapstoneBuild a Full Road Runner AutonomousComplete vision-selected Road Runner autonomous.
- FTC · Road Runner 1.0 Actions and Autonomous · Road RunnerThree-Branch Autonomous StructureOrganize reusable autonomous branches without tying the pattern to one season.
- FTC · Autonomous Foundations · AutonomousEncoder AutonomousUse motor feedback for measured movement.
- FTC · Autonomous Foundations · CapstonePlan and Test a Vision-Selected AutonomousProve branch selection and fallback behavior with simulated vision results before connecting robot motion.
- FTC · Road Runner 1.0 Actions and Autonomous · AdvancedActions and SequencingPrepare autonomous code for Road Runner action composition.
- FTC · Season Robot Capstones · CapstoneCapstone: Vision-Selected Road Runner AutoBuild the full autonomous stack.
- FTC · Vision and AprilTags · VisionVision Fallbacks and ConfidenceMake autonomous robust when vision is uncertain.
- FTC · Road Runner 1.0 Actions and Autonomous · Road RunnerAction Builder and TrajectoriesBuild paths with the 1.0 builder model.
- FTC · Road Runner 1.0 Actions and Autonomous · Road RunnerCustom Mechanism ActionsWrite actions that cooperate with drive paths.
- FTC · Road Runner 1.0 Actions and Autonomous · Road RunnerMeepMeep PreviewPreview path shape before using field time.
- FTC · Vision and AprilTags · VisionAprilTags and Field PoseUse tag metadata and FTC pose values safely.
- FTC · Hardware Essentials · CoreBuild a Reusable RobotHardware TemplateA hardware class that every OpMode can trust.
- FTC · Team Workflow and Competition Readiness · TeamCode Review for Robot ProgrammersReview for behavior, safety, and maintainability.
- FTC · Command Patterns and Code Organization · AdvancedCommand-Based OpModesSmall reusable behaviors scheduled over time.
- FTC · Java Foundations for FTC · FoundationsIf Statements and Loop FlowUse decisions and loops to make robot behavior conditional and safe.
- FTC · Hardware Essentials · CoreMotors, Servos, and Sensor Sanity TestsDevice-specific tests before full robot code.
- FTC · Vision and AprilTags · VisionOpenCV Color and Region ProcessorsTurn pixels into LEFT/CENTER/RIGHT decisions.
- FTC · PID and Feedforward Control · ControlPIDF and FeedforwardCombine feedback correction with predicted effort.
- FTC · Road Runner 1.0 Setup and Tuning · Road RunnerRoad Runner 1.0 Install and Drive ClassSet up the drive class without old 0.5 assumptions.
- FTC · Road Runner 1.0 Setup and Tuning · Road RunnerRoad Runner LocalizationValidate x, y, and heading before trusting paths.
- FTC · Road Runner 1.0 Setup and Tuning · Road RunnerRoad Runner Validation TestsUse straight, turn, and spline tests to verify readiness.
- FTC · Robot Architecture · IntermediateSubsystem LifecycleRead, decide, write, reset for each mechanism.
- FTC · Vision and AprilTags · VisionVisionPortal Camera SetupOpen camera streams and processors reliably.
- FTC · Java Foundations for FTC · Start hereWhat an OpMode DoesUnderstand the program the Robot Controller runs after it is selected on the Driver Station.