aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_test/init.d/rc.standalone
blob: 5c7470d12d99b50df5fc49cba31089a0e733357f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!nsh
#
# Flight startup script for PX4FMU standalone configuration.
#

echo "[i] doing standalone PX4FMU startup..."

#
# Start the ORB
#
uorb start

echo "[i] startup done"