mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
14 lines
179 B
Bash
14 lines
179 B
Bash
#!/bin/sh
|
|
#
|
|
# Flight startup script for PX4FMU standalone configuration.
|
|
#
|
|
|
|
echo "[i] doing standalone PX4FMU startup..."
|
|
|
|
#
|
|
# Start the ORB
|
|
#
|
|
uorb start
|
|
|
|
echo "[i] startup done"
|