Sure Shot SAM
This is the code for our 2013 Robot, Sure Shot SAM. It is based off of the IterativeRobot class from WPILib. The main sections are organized as follows:
- Team316Robot.h/Team316Robot.cpp: Robot class definition and program wide functions
- Team316RobotTeleop.cpp: Teleop mode code
- Team316RobotAutonomous.cpp: Autonomous mode functions. Runs one of the programs found in the Autonomous/ directory.
- RobotMap.h: Mapping of robot I/O to constants
- ControllerMap.h: Mapping of controller input to constants
The code should be fairly well documented. We will continue to clean/update it over the summer.
We've also ported our robot code to Java. Check it out here.