You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
381 B
24 lines
381 B
#!/bin/sh |
|
# PX4 commands need the 'px4-' prefix in bash. |
|
# (px4-alias.sh is expected to be in the PATH) |
|
. px4-alias.sh |
|
|
|
param load |
|
param set CBRK_SUPPLY_CHK 894281 |
|
param set SYS_RESTART_TYPE 0 |
|
|
|
dataman start |
|
|
|
battery_simulator start |
|
simulator start |
|
tone_alarm start |
|
pwm_out_sim start |
|
|
|
ver all |
|
|
|
mavlink start -x -u 14556 -r 2000000 -p |
|
mavlink boot_complete |
|
|
|
mavlink_tests |
|
|
|
shutdown
|
|
|