Rover: AHRS set_orientation renamed to update_orientation

This commit is contained in:
Peter Barker 2019-02-17 15:53:44 +11:00 committed by Andrew Tridgell
parent 63e894e7e1
commit 75af170900

View File

@ -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();