Capstone: Vision-Selected Road Runner Auto
Build the full autonomous stack.
Build the full autonomous stack.
In this lesson, you will:
This is the final autonomous proof: a camera result chooses a Road Runner action sequence that uses reusable mechanism actions and safe fallback behavior.
Every subsystem contributes: hardware class, vision processor, drive localization, Road Runner actions, mechanism states, telemetry, and Git workflow.
Test each layer alone, then combine. The full auto should report selected branch, pose, active action, mechanism state, and fallback reason.
AutoCapstone.javaJava
PropPosition result = vision.getResultOrDefault(); Action auto = autoFactory.build(result); Actions.runBlocking(auto);
If full auto fails, isolate one layer. Never tune Road Runner and vision thresholds at the same time.
Build a full autonomous routine and present a validation checklist before running it at full speed.
Check your understanding before moving on.
0 of 2 answered