Team2791 / RaptorSS-2014

Code used on 2791's 2014 robot Raptor SS
https://www.thebluealliance.com/team/2791/2014
Other
0 stars 1 forks source link

Add gyro recalibrates button in disabled #1

Open mllewellyn opened 10 years ago

mllewellyn commented 10 years ago

The driver and/or operator should have a button that recalibrates the gyro. They would press this before auton when the robot is still to calibrate the gyro. Calling the init() method on the gyro in the drive train class will recalibrate it. There should also be an indicator on the smartdashboard that shows if the gyro has been calibrated since robot power on as well as an indicator that shows if the gyro is currently recalibrating.

Also once this is done remove the gyro calibration from auton.

mllewellyn commented 10 years ago

Changed label from enhancement to bug because without this auton screws up