mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tracker: AHRS set_orientation renamed to update_orientation
This commit is contained in:
parent
75af170900
commit
20e28acb16
@ -87,7 +87,7 @@ void Tracker::one_second_loop()
|
||||
gcs().send_message(MSG_HEARTBEAT);
|
||||
|
||||
// make it possible to change orientation at runtime
|
||||
ahrs.set_orientation();
|
||||
ahrs.update_orientation();
|
||||
|
||||
// sync MAVLink system ID
|
||||
mavlink_system.sysid = g.sysid_this_mav;
|
||||
|
Loading…
Reference in New Issue
Block a user