forked from Archive/PX4-Autopilot
Add new posix_sitl_shell build target which allows to run -make posix_sitl_shell none- in order to get an empty shell
This commit is contained in:
parent
78f00368c5
commit
9178bb7371
|
@ -0,0 +1,5 @@
|
|||
include(cmake/configs/posix_sitl_default.cmake)
|
||||
|
||||
set(config_sitl_rcS_dir
|
||||
posix-configs/SITL/init/shell
|
||||
)
|
|
@ -0,0 +1,9 @@
|
|||
uorb start
|
||||
|
||||
param load
|
||||
param set SYS_RESTART_TYPE 0
|
||||
|
||||
dataman start
|
||||
|
||||
rgbledsim start
|
||||
tone_alarm start
|
Loading…
Reference in New Issue