frc-4931 / 2014

This repository was created by FRC Team 4931 before the 2014 FRC Kickoff, and is no longer being changed. However, we will keep this code available, as it is open source and free for any FRC team (or anyone else) to use per the license. Oh, this also has our public how-to's and links to resources.
http://evilletech.com
Other
6 stars 11 forks source link

Create Testable Robot program #41

Closed rhauch closed 10 years ago

rhauch commented 10 years ago

We need a prototype robot (similar to our current tank-drive robot that actually is both tank or arcade drive) that places all sensors and actuators in the SmartDashboard. Once this is created, then we can easily add more sensors and actuators based upon the needs of the electrical and mechanical team as they work with new sensors and actuators.

rhauch commented 10 years ago
  1. copy the PrototypeTankDriveRobot project directory and name it PrototypeBenchTestRobot (or something similar),
  2. hand-edit the ".project" file to change the name of the new project,
  3. import it into Eclipse
  4. verify that it builds, deploys and runs on the robot
  5. create a pull-request.
rhauch commented 10 years ago

Closing since this has been superseded by a new issue in the 2014 Design repository.