You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/SITL/SIM_Aircraft.cpp
+26-7Lines changed: 26 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,17 @@
32
32
#include<AP_JSON/AP_JSON.h>
33
33
#include<AP_Filesystem/AP_Filesystem.h>
34
34
#include<AP_AHRS/AP_AHRS.h>
35
+
#include<AP_HAL_SITL/HAL_SITL_Class.h>
35
36
36
37
usingnamespaceSITL;
37
38
38
39
externconst AP_HAL::HAL& hal;
39
40
41
+
// the SITL HAL can add information about pausing the simulation and its effect on the UART. Not present when we're compiling for simulation-on-hardware
0 commit comments