ARMS
3.1.1
Documentation for ARMS movement library
|
This namespace deals with setting up and displaying the autonomous selector. More...
Variables | |
int | auton |
This namespace deals with setting up and displaying the autonomous selector.
Almost all of it's variables and functions are private, with the exception being the auton variables.
The arms selector will handle everything in the back end, so all you need to worry about is which autonomous is selected. Below is a recommended format to use the ARMS autonomous selector used by Purdue SIGBots (BLRS).
|
extern |
This int stores the currently selected autonomous.
The value will be positive if you are using the red side, and negative if you are using the blue side.
The value will be 0 if you are using the skills autonomous.