FRC900 / navX-MXP-LabVIEW

LabVIEW library for communicating with Kauailabs navX MXP Robotics Navigation Sensor
MIT License
1 stars 6 forks source link

Zero Yaw does not work after reboot recovery #5

Closed jrjparks closed 8 years ago

kauailabs commented 9 years ago

This is actually as designed. After reboot, the board is in an uncalibrated state, and soon it will begin automatic gyro calibration. After the calibration completes, the yaw will be automatically zeroed. However if the zero yaw request is received while calibration is in progress, the request is ignored (since zeroing the yaw during calibration will negatively impact the calibration). From the user's perspective, one could interpret the designed behavior as "if zero yaw is requested while gyro calibration is in progress, the request is deferred until calibration completes".