mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-06 07:58:28 -04:00
Plane: leave AHRS to log and notify home changes
This commit is contained in:
parent
dc52ca2192
commit
9e4e17c797
@ -139,6 +139,4 @@ void Plane::set_home_persistently(const Location &loc)
|
|||||||
void Plane::set_home(const Location &loc)
|
void Plane::set_home(const Location &loc)
|
||||||
{
|
{
|
||||||
ahrs.set_home(loc);
|
ahrs.set_home(loc);
|
||||||
ahrs.Log_Write_Home_And_Origin();
|
|
||||||
gcs().send_home();
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user