mirror of https://github.com/ArduPilot/ardupilot
VARTest: update for AHRS API change
This commit is contained in:
parent
55b7903456
commit
49179292b1
|
@ -66,7 +66,7 @@ static Parameters g;
|
|||
static GPS *g_gps;
|
||||
AP_GPS_Auto g_gps_driver(&g_gps);
|
||||
AP_InertialSensor_MPU6000 ins;
|
||||
AP_AHRS_DCM ahrs(&ins, g_gps);
|
||||
AP_AHRS_DCM ahrs(ins, g_gps);
|
||||
|
||||
static AP_Compass_HIL compass;
|
||||
AP_Baro_HIL barometer;
|
||||
|
|
Loading…
Reference in New Issue