AC_Fence: fix example sketch
This commit is contained in:
parent
c5b36ef3d2
commit
c602f7da0c
@ -55,7 +55,7 @@ AP_Compass_HMC5843 compass;
|
||||
AP_AHRS_DCM ahrs(&ins, gps);
|
||||
|
||||
// Inertial Nav declaration
|
||||
AP_InertialNav inertial_nav(&ahrs, &ins, &baro, gps, gps_glitch);
|
||||
AP_InertialNav inertial_nav(&ahrs, &baro, gps, gps_glitch);
|
||||
|
||||
// Fence
|
||||
AC_Fence fence(&inertial_nav);
|
||||
|
Loading…
Reference in New Issue
Block a user