FRC2706 / 2017-2706-Robot-Code

The main robot code for our 2017 Steamworks robot.
3 stars 3 forks source link

Use the Robot Connection Map #44

Closed kevlam2706 closed 7 years ago

kevlam2706 commented 7 years ago

I created a Google Sheet to track all of the robot inputs and outputs. The intent was to track them for both the practice and the competition robots, but the fabrication team has taken great pains this year to make sure they are absolutely identical. This is a good thing :-)

Let's start making our 2017 robot code conform to the values in here. The best place to put the values is in RobotMap.

https://docs.google.com/spreadsheets/d/1kTHTP17C6imclMo1j7ZpmNrU5OP4sIe0nnpfxJ__0pc/edit#gid=0

kevlam2706 commented 7 years ago

I think this is now done. The robot and sensors seem to all be working.