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

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

#
# Start the ORB
#
uorb start

echo "[init] startup done"