mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Sub: remove arguments to send_home and send_ekf_origin
This commit is contained in:
parent
1545b9b161
commit
a81b4266fe
@ -98,8 +98,8 @@ bool Sub::set_home(const Location& loc, bool lock)
|
||||
ahrs.Log_Write_Home_And_Origin();
|
||||
|
||||
// send new home and ekf origin to GCS
|
||||
gcs().send_home(loc);
|
||||
gcs().send_ekf_origin(loc);
|
||||
gcs().send_home();
|
||||
gcs().send_ekf_origin();
|
||||
|
||||
// return success
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user