Browse Source

Sub: let AHRS update orientation in its own time

apm_2208
Peter Barker 6 years ago committed by Peter Barker
parent
commit
ac4d8404bb
  1. 3
      ArduSub/ArduSub.cpp

3
ArduSub/ArduSub.cpp

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

Loading…
Cancel
Save