AC_Fence: update for AHRS API changes

This commit is contained in:
Andrew Tridgell 2013-11-04 14:35:30 +11:00 committed by Randy Mackay
parent 3004ed9c41
commit 41d0fda92c

View File

@ -52,7 +52,7 @@ AP_GPS_Auto auto_gps(&gps);
GPS_Glitch gps_glitch(gps);
AP_Compass_HMC5843 compass;
AP_AHRS_DCM ahrs(&ins, gps);
AP_AHRS_DCM ahrs(ins, gps);
// Inertial Nav declaration
AP_InertialNav inertial_nav(&ahrs, &baro, gps, gps_glitch);