Copter: remove ins from InertialNav object instantiation
This commit is contained in:
parent
8fc16d5cdf
commit
36832aaa61
@ -759,7 +759,7 @@ static float G_Dt = 0.02;
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Inertial Navigation
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
static AP_InertialNav inertial_nav(&ahrs, &ins, &barometer, g_gps, gps_glitch);
|
||||
static AP_InertialNav inertial_nav(&ahrs, &barometer, g_gps, gps_glitch);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Waypoint navigation object
|
||||
|
Loading…
Reference in New Issue
Block a user