mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-08 03:22:27 +08:00
9 lines
147 B
Bash
9 lines
147 B
Bash
#!/bin/sh
|
|
#
|
|
# Flight startup script for PX4FMU standalone configuration.
|
|
#
|
|
|
|
echo "[i] doing standalone PX4FMU startup..."
|
|
|
|
echo "[i] startup done"
|