Browse Source

Sub: AHRS set_orientation renamed to update_orientation

master
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
97792d1774
  1. 2
      ArduSub/ArduSub.cpp

2
ArduSub/ArduSub.cpp

@ -273,7 +273,7 @@ void Sub::one_hz_loop() @@ -273,7 +273,7 @@ void Sub::one_hz_loop()
if (!motors.armed()) {
// make it possible to change ahrs orientation at runtime during initial config
ahrs.set_orientation();
ahrs.update_orientation();
// set all throttle channel settings
motors.set_throttle_range(channel_throttle->get_radio_min(), channel_throttle->get_radio_max());

Loading…
Cancel
Save