AC_Fence: fix example sketch

This commit is contained in:
Randy Mackay 2013-10-27 21:53:22 +09:00
parent c5b36ef3d2
commit c602f7da0c

View File

@ -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);