03 / Module 1: Autonomous Flow
Autonomous State Flow
Make autonomous steps explicit and easy to test.
50 minAutonomousModule 1: Autonomous Flow
03 / Module 1: Autonomous Flow
Make autonomous steps explicit and easy to test.
You will
A simple FRC autonomous can be a case structure driven by a state number. Each case performs one action and decides when to advance.
A timer makes the code independent of how fast the loop happens to run. That matters when testing on different laptops or roboRIO loads.
LabVIEW diagram viewer
Hover a VI. Press Ctrl-H for help.
Check your understanding
What should you check first when robot code does not behave as expected?
0 of 1 answered
References
Finished reading?
You'll move on to “Motor Safety and Recovery” next.