mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 18:06:39 +08:00
run tests in posix sitl with gazebo
This commit is contained in:
committed by
Lorenz Meier
parent
d85e7732b4
commit
d804f5727e
@@ -0,0 +1,25 @@
|
||||
uorb start
|
||||
param load
|
||||
|
||||
dataman start
|
||||
|
||||
simulator start -s
|
||||
rgbledsim start
|
||||
tone_alarm start
|
||||
gyrosim start
|
||||
accelsim start
|
||||
barosim start
|
||||
adcsim start
|
||||
gpssim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
|
||||
commander_tests
|
||||
controllib_test
|
||||
uorb_tests
|
||||
tests all
|
||||
|
||||
ver all
|
||||
|
||||
shutdown
|
||||
@@ -14,7 +14,6 @@ gpssim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
|
||||
commander_tests
|
||||
controllib_test
|
||||
@@ -22,3 +21,5 @@ uorb_tests
|
||||
tests all
|
||||
|
||||
ver all
|
||||
|
||||
shutdown
|
||||
|
||||
Reference in New Issue
Block a user