mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_HAL_ChibiOS: disable IMU fast sampling on F35 / WingFC10
fast sampling introduces random IMU glitches, bisect search identifies 9c2caf5b12
disabling fast sampling fixes IMU back to expected behaviour. see:
https://github.com/ArduPilot/ardupilot/issues/15090
https://discuss.ardupilot.org/t/shaking-horizon-and-jittering-servos/60420
for reference
This commit is contained in:
parent
abee62abc4
commit
56e44c46ca
@ -161,3 +161,6 @@ define HAL_BATT_VOLT_PIN 11
|
||||
define HAL_BATT_CURR_PIN 12
|
||||
define HAL_BATT_VOLT_SCALE 11
|
||||
define HAL_BATT_CURR_SCALE 25
|
||||
|
||||
# disable IMU fast sampling
|
||||
define HAL_DEFAULT_INS_FAST_SAMPLE 0
|
||||
|
Loading…
Reference in New Issue
Block a user