mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Copter: AHRS set_orientation renamed to update_orientation
This commit is contained in:
parent
20e28acb16
commit
693873fd04
@ -422,7 +422,7 @@ void Copter::one_hz_loop()
|
||||
|
||||
if (!motors->armed()) {
|
||||
// make it possible to change ahrs orientation at runtime during initial config
|
||||
ahrs.set_orientation();
|
||||
ahrs.update_orientation();
|
||||
|
||||
update_using_interlock();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user