Master Branch for the 2017 Archer Repository
This is a STABLE branch, and should not be broken in any instant.
-RobotMain Chadwick.cpp - Main Robot source file.
-include Header files for subsystems of the robot.
-src Implementation of classes in include.
-ntClient The source files for a networktables java client to display data on the Driverstation laptop.
Instructions To run the code for Archer_2017, do the following:
- Create a new C++ Iterative Robot in Eclipse.
- Clone the Archer_2017 repository into a folder that is not in one's Eclipse workspace.
- Add Archer_2017/include as an include directory for the project.
- Link to Archer_2017/src
- Include Archer_2017/[RobotProgram]
- Link to Archer_2017/[RobotProgram]
In steps 5+6, Archer_2017/[RobotProgram] is the directory containing the main robot file for the program (i.e. Archer_2017/Chadwick or Archer_2017/ShooterDemo).