AP_InertialNav: update for AHRS API changes

This commit is contained in:
Andrew Tridgell 2013-11-04 14:37:09 +11:00
parent 1cd070a2e7
commit 55b7903456

View File

@ -46,7 +46,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);
AP_InertialNav inertialnav(&ahrs, &baro, gps, gps_glitch);