frc-4931 / 2014-Design

The files, issues, wiki pages, etc. for the design of our 2014 FIRST Robotics Competition robot
MIT License
1 stars 0 forks source link

Create Testable Robot program #10

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 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.

  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

Completed with https://github.com/frc-4931/2014-Robot/pull/3, which is merged into the 'master' branch.