mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: inertial nav - only initialise horizontal position when home is initialised
This commit is contained in:
parent
e859549814
commit
3ff091efb6
|
@ -190,8 +190,6 @@ static void init_home()
|
|||
#if INERTIAL_NAV_XY == ENABLED
|
||||
// set inertial nav's home position
|
||||
inertial_nav.set_current_position(g_gps->longitude, g_gps->latitude);
|
||||
inertial_nav.set_altitude(home.alt);
|
||||
inertial_nav.set_velocity_z(0);
|
||||
#endif
|
||||
|
||||
if (g.log_bitmask & MASK_LOG_CMD)
|
||||
|
|
Loading…
Reference in New Issue