mirror of https://github.com/ArduPilot/ardupilot
Sub: leave AHRS to log and notify home changes
This commit is contained in:
parent
9e4e17c797
commit
da5ed06714
|
@ -88,13 +88,6 @@ bool Sub::set_home(const Location& loc, bool lock)
|
|||
ahrs.lock_home();
|
||||
}
|
||||
|
||||
// log ahrs home and ekf origin dataflash
|
||||
ahrs.Log_Write_Home_And_Origin();
|
||||
|
||||
// send new home and ekf origin to GCS
|
||||
gcs().send_home();
|
||||
gcs().send_ekf_origin();
|
||||
|
||||
// return success
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue