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.
Check your understanding before moving on.
Which result best demonstrates completion of “Capstone: Vision-Selected Road Runner Auto”?
Why record the test setup, prediction, and observed result?
0 of 2 answered
Mark this lesson complete.