2018-08-25 11:02:37 -04:00
|
|
|
#!/bin/sh
|
2018-08-04 12:01:12 +02:00
|
|
|
# PX4 commands need the 'px4-' prefix in bash.
|
|
|
|
|
# (px4-alias.sh is expected to be in the PATH)
|
2018-09-27 19:54:09 +02:00
|
|
|
. px4-alias.sh
|
2018-08-04 12:01:12 +02:00
|
|
|
|
2016-12-30 20:57:10 -05:00
|
|
|
uorb start
|
|
|
|
|
|
|
|
|
|
param load
|
|
|
|
|
param set SYS_RESTART_TYPE 0
|
|
|
|
|
|
|
|
|
|
dataman start
|
|
|
|
|
|
2019-05-30 21:07:26 -04:00
|
|
|
simulator start
|
2016-12-30 20:57:10 -05:00
|
|
|
tone_alarm start
|
2018-03-04 11:00:40 -05:00
|
|
|
pwm_out_sim start
|
2017-01-03 02:43:59 -05:00
|
|
|
|
|
|
|
|
ver all
|
2016-12-30 20:57:10 -05:00
|
|
|
|
2017-09-18 12:38:49 +02:00
|
|
|
mavlink start -x -u 14556 -r 2000000
|
2017-01-03 03:25:09 -05:00
|
|
|
mavlink boot_complete
|
2017-01-01 23:52:00 -05:00
|
|
|
|
2018-08-30 10:30:37 -04:00
|
|
|
tests mavlink
|
2016-12-30 20:57:10 -05:00
|
|
|
|
2017-02-15 14:18:50 -05:00
|
|
|
dataman status
|
|
|
|
|
|
2016-12-30 20:57:10 -05:00
|
|
|
shutdown
|