mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
AP_InertialNav: update for AHRS API changes
This commit is contained in:
parent
1cd070a2e7
commit
55b7903456
@ -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…
Reference in New Issue
Block a user