mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-28 10:43:58 -04:00
AHRS: interate move of p1 from Location to mission cmd
This commit is contained in:
parent
5dd86bd7d7
commit
efd4058e8b
@ -67,9 +67,7 @@ public:
|
||||
_flags.armed = true;
|
||||
|
||||
// initialise _home
|
||||
_home.id = MAV_CMD_NAV_WAYPOINT;
|
||||
_home.options = 0;
|
||||
_home.p1 = 0;
|
||||
_home.alt = 0;
|
||||
_home.lng = 0;
|
||||
_home.lat = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user