Machine-Mavericks / FRC-2022

FRC 7480's code for Rapid React
Other
0 stars 0 forks source link

Gyro initialization #41

Closed gregk27 closed 2 years ago

gregk27 commented 2 years ago

Currently there appear to be issues with gyro initialization. When testing, we found that it would often start at 140 degrees, however this could be fixed by manually triggering a call to Gyro.resetGyro() in testInit(). The code that covers this case could also include functionality to set our starting angle, since the tarmac isn't square to the field.