PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.44k stars 13.48k forks source link

Gyro calibration fails if gyro0 update rate is faster than others #6998

Closed NaterGator closed 7 years ago

NaterGator commented 7 years ago

Mostly I just wanted to get this issue logged so I don't forget. Currently working on bringup of a new board that is using gyros that operate significantly faster than the rest of redundant MEMS sensors.

The gyro calibration data capture loop paces timing based on the update rate of the first gyro, which in this case means the other gyros are starved for sufficient samples and the calibration fails reality checking while generating results.

mhkabir commented 7 years ago

Done.