mirror of https://github.com/ArduPilot/ardupilot
fix SITL attitude hil
This commit is contained in:
parent
aba5be36bb
commit
9dafc668cd
|
@ -203,6 +203,7 @@ AP_DCM_HIL dcm;
|
|||
AP_GPS_HIL g_gps_driver(NULL);
|
||||
AP_Compass_HIL compass; // never used
|
||||
AP_IMU_Shim imu; // never used
|
||||
AP_Baro_BMP085_HIL barometer;
|
||||
|
||||
#else
|
||||
#error Unrecognised HIL_MODE setting.
|
||||
|
|
Loading…
Reference in New Issue