mirror of https://github.com/ArduPilot/ardupilot
AP_AHRS: add missing SITL header include
the singleton is used in this file
This commit is contained in:
parent
c22794d078
commit
3ed8a434ce
|
@ -39,6 +39,9 @@
|
|||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_InertialSensor/AP_InertialSensor.h>
|
||||
#include <AP_CustomRotations/AP_CustomRotations.h>
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
#include <SITL/SITL.h>
|
||||
#endif
|
||||
|
||||
#define ATTITUDE_CHECK_THRESH_ROLL_PITCH_RAD radians(10)
|
||||
#define ATTITUDE_CHECK_THRESH_YAW_RAD radians(20)
|
||||
|
|
Loading…
Reference in New Issue