first95 / FRC2018

The code base for our 2018 robot
MIT License
3 stars 0 forks source link

Kepler drives backwards #58

Closed jwalthour closed 6 years ago

jwalthour commented 6 years ago

You may have already seen Jame's notes on Slack indicating that Kepler (the new robot) seems to be running the drivebase and elevator backwards compared to Doppler (the practice robot). James suspects that it's just the talons numbered incorrectly - the ones on the left bearing the addresses that the software considers the right. I have a sneaking suspicion that Kepler could have the addresses in the correct locations, and that Doppler could be the one that's backwards. In any case, I think these are the things that we can check:

jwalthour commented 6 years ago

Cause discovered - Kepler's addresses are assigned backwards. 20180219_121704

RoboticsNA commented 6 years ago

The talons were switched in the web console, issue fixed!

jwalthour commented 6 years ago

Don't forget to update the physical labels as well! That will save future confusion.