Browse Source

Rover: AHRS set_orientation renamed to update_orientation

mission-4.1.18
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
75af170900
  1. 2
      APMrover2/APMrover2.cpp

2
APMrover2/APMrover2.cpp

@ -272,7 +272,7 @@ void Rover::one_second_loop(void) @@ -272,7 +272,7 @@ void Rover::one_second_loop(void)
gcs().send_message(MSG_HEARTBEAT);
// allow orientation change at runtime to aid config
ahrs.set_orientation();
ahrs.update_orientation();
set_control_channels();

Loading…
Cancel
Save