Sub: let AHRS update orientation in its own time

This commit is contained in:
Peter Barker 2019-05-01 17:36:04 +10:00 committed by Peter Barker
parent cfff881013
commit ac4d8404bb

View File

@ -269,9 +269,6 @@ void Sub::one_hz_loop()
} }
if (!motors.armed()) { if (!motors.armed()) {
// make it possible to change ahrs orientation at runtime during initial config
ahrs.update_orientation();
motors.update_throttle_range(); motors.update_throttle_range();
} }