-
Notifications
You must be signed in to change notification settings - Fork 0
Autonomous
Jeffrey Shen edited this page Jul 24, 2017
·
5 revisions
This functionality requires the LCD. See how to use that here
This library gives the ability for the user to toggle between 4 different autonomous modes: autoA, B, C, and programming skills.
To program autonomous modes, you must define 4 functions: void autoA()
, void autoB()
, void autoC()
, and void prgSkills()
. These functions will be executed if they are selected in the LCD.
Beginner Features:
Intermediate Features:
Advanced Features:
Controlling the LCD
Using Autonomous Modes
Custom Pre Auton Procedure
Using Autonomous Modes in User Control
More Remote Functionality
Configuring Bailout Button
Custom User Control Procedure
PID Control
Drive Train Control