Code for our 2013 robot, Sure Shot SAM
C++ C
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Autonomous
Classes
.cproject
.gitattributes
.gitignore
.project
.wrmakefile
.wrproject
ControllerMap.h
LICENSE.md
README.md
RobotMap.h
Team316Robot.cpp
Team316Robot.h
Team316RobotAutonomous.cpp
Team316RobotDisabled.cpp
Team316RobotTeleop.cpp
Team316RobotTest.cpp

README.md

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.