mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
posix shell: required updates for RPi, bepob, ocpoc, eagle & exxcelsior
- RPi works - the rest is not tested, and requires a bit more (such as uploading the bin/ directory)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#!/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
|
||||
|
||||
uorb start
|
||||
muorb start
|
||||
logger start -e -t
|
||||
|
||||
Reference in New Issue
Block a user