Browse Source

AP_InertialNav: update for AHRS API changes

master
Andrew Tridgell 11 years ago
parent
commit
55b7903456
  1. 2
      libraries/AP_InertialNav/examples/AP_InertialNav_test/AP_InertialNav_test.pde

2
libraries/AP_InertialNav/examples/AP_InertialNav_test/AP_InertialNav_test.pde

@ -46,7 +46,7 @@ AP_GPS_Auto auto_gps(&gps); @@ -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);

Loading…
Cancel
Save