mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 04:57:34 +08:00
15 lines
209 B
Bash
15 lines
209 B
Bash
#!/bin/sh
|
|
# PX4 commands need the 'px4-' prefix in bash.
|
|
# (px4-alias.sh is expected to be in the PATH)
|
|
. px4-alias.sh
|
|
|
|
dataman start
|
|
|
|
simulator start
|
|
tone_alarm start
|
|
pwm_out_sim start
|
|
|
|
@test_name@
|
|
|
|
shutdown
|