mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
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:
5
cmake/configs/posix_sitl_shell.cmake
Normal file
5
cmake/configs/posix_sitl_shell.cmake
Normal file
@@ -0,0 +1,5 @@
|
||||
include(cmake/configs/posix_sitl_default.cmake)
|
||||
|
||||
set(config_sitl_rcS_dir
|
||||
posix-configs/SITL/init/shell
|
||||
)
|
||||
9
posix-configs/SITL/init/shell/iris
Normal file
9
posix-configs/SITL/init/shell/iris
Normal file
@@ -0,0 +1,9 @@
|
||||
uorb start
|
||||
|
||||
param load
|
||||
param set SYS_RESTART_TYPE 0
|
||||
|
||||
dataman start
|
||||
|
||||
rgbledsim start
|
||||
tone_alarm start
|
||||
Reference in New Issue
Block a user