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.
|
|
|
#!/bin/sh
|
|
|
|
# PX4 commands need the 'px4-' prefix in bash.
|
|
|
|
# (px4-alias.sh is expected to be in the PATH)
|
|
|
|
. px4-alias.sh
|
|
|
|
|
|
|
|
dyn ./examples__dyn_hello.px4mod PASSED
|
|
|
|
|
|
|
|
shutdown
|