mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: AHRS set_orientation renamed to update_orientation
This commit is contained in:
parent
63e894e7e1
commit
75af170900
@ -272,7 +272,7 @@ void Rover::one_second_loop(void)
|
|||||||
gcs().send_message(MSG_HEARTBEAT);
|
gcs().send_message(MSG_HEARTBEAT);
|
||||||
|
|
||||||
// allow orientation change at runtime to aid config
|
// allow orientation change at runtime to aid config
|
||||||
ahrs.set_orientation();
|
ahrs.update_orientation();
|
||||||
|
|
||||||
set_control_channels();
|
set_control_channels();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user