mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
add simple posix tests to SITL
This commit is contained in:
committed by
Nuno Marques
parent
5eb3e695bb
commit
af9690cf08
37
posix-configs/SITL/init/test/cmd_template.in
Normal file
37
posix-configs/SITL/init/test/cmd_template.in
Normal file
@@ -0,0 +1,37 @@
|
||||
uorb start
|
||||
|
||||
param load
|
||||
param set SYS_RESTART_TYPE 0
|
||||
|
||||
dataman start
|
||||
|
||||
simulator start -t
|
||||
tone_alarm start
|
||||
gyrosim start
|
||||
accelsim start
|
||||
barosim start
|
||||
adcsim start
|
||||
gpssim start
|
||||
measairspeedsim start
|
||||
pwm_out_sim mode_pwm
|
||||
|
||||
ver all
|
||||
|
||||
list_tasks
|
||||
list_devices
|
||||
list_topics
|
||||
list_files
|
||||
|
||||
mavlink start -x -u 14556 -r 2000000
|
||||
mavlink boot_complete
|
||||
|
||||
@cmd_name@ start
|
||||
sleep 1
|
||||
@cmd_name@ start
|
||||
sleep 1
|
||||
@cmd_name@ stop
|
||||
|
||||
dataman status
|
||||
dataman stop
|
||||
|
||||
shutdown
|
||||
@@ -15,8 +15,6 @@ gpssim start
|
||||
measairspeedsim start
|
||||
pwm_out_sim mode_pwm
|
||||
|
||||
help
|
||||
|
||||
ver all
|
||||
|
||||
list_tasks
|
||||
Reference in New Issue
Block a user