2018-08-04 07:01:12 -03:00
|
|
|
#!/usr/bin/bash
|
|
|
|
# PX4 commands need the 'px4-' prefix in bash.
|
|
|
|
# (px4-alias.sh is expected to be in the PATH)
|
|
|
|
source px4-alias.sh
|
|
|
|
|
2016-12-30 21:57:10 -04:00
|
|
|
uorb start
|
|
|
|
|
|
|
|
param load
|
|
|
|
param set SYS_RESTART_TYPE 0
|
|
|
|
|
|
|
|
dataman start
|
|
|
|
|
2017-01-03 04:25:09 -04:00
|
|
|
simulator start -t
|
2016-12-30 21:57:10 -04:00
|
|
|
tone_alarm start
|
2017-01-03 03:43:59 -04:00
|
|
|
gyrosim start
|
|
|
|
accelsim start
|
|
|
|
barosim start
|
|
|
|
gpssim start
|
2017-01-03 04:25:09 -04:00
|
|
|
measairspeedsim start
|
2018-03-04 12:00:40 -04:00
|
|
|
pwm_out_sim start
|
2017-01-03 03:43:59 -04:00
|
|
|
|
|
|
|
ver all
|
2016-12-30 21:57:10 -04:00
|
|
|
|
2017-09-18 07:38:49 -03:00
|
|
|
mavlink start -x -u 14556 -r 2000000
|
2017-01-03 04:25:09 -04:00
|
|
|
mavlink boot_complete
|
2017-01-02 00:52:00 -04:00
|
|
|
|
2016-12-30 21:57:10 -04:00
|
|
|
tests @test_name@
|
|
|
|
|
2017-02-15 15:18:50 -04:00
|
|
|
dataman status
|
|
|
|
|
2016-12-30 21:57:10 -04:00
|
|
|
shutdown
|