mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
VARTest: convert to new AP_InertialSensor API
This commit is contained in:
parent
d809ce51a7
commit
39d623ff94
@ -71,7 +71,7 @@ AP_Param param_loader(var_info);
|
||||
static Parameters g;
|
||||
|
||||
static AP_GPS gps;
|
||||
AP_InertialSensor_MPU6000 ins;
|
||||
AP_InertialSensor ins;
|
||||
AP_Baro_HIL barometer;
|
||||
AP_AHRS_DCM ahrs(ins, barometer, gps);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user