mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
tests template skip mavlink except for mavlink test
This commit is contained in:
28
posix-configs/SITL/init/test/test_template.in
Normal file
28
posix-configs/SITL/init/test/test_template.in
Normal file
@@ -0,0 +1,28 @@
|
||||
#!/bin/sh
|
||||
# PX4 commands need the 'px4-' prefix in bash.
|
||||
# (px4-alias.sh is expected to be in the PATH)
|
||||
source px4-alias.sh
|
||||
|
||||
uorb start
|
||||
|
||||
param load
|
||||
param set SYS_RESTART_TYPE 0
|
||||
|
||||
dataman start
|
||||
|
||||
simulator start -t
|
||||
tone_alarm start
|
||||
gyrosim start
|
||||
accelsim start
|
||||
barosim start
|
||||
gpssim start
|
||||
measairspeedsim start
|
||||
pwm_out_sim start
|
||||
|
||||
ver all
|
||||
|
||||
tests @test_name@
|
||||
|
||||
dataman status
|
||||
|
||||
shutdown
|
||||
Reference in New Issue
Block a user