aboutsummaryrefslogblamecommitdiff
path: root/ROMFS/scripts/rc.standalone
blob: 67e95215b9d4a2782df393f531eab133afee53cf (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                            
          
 
                          
#!nsh
#
# Flight startup script for PX4FMU standalone configuration.
#

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

#
# Start the ORB
#
uorb start

echo "[init] startup done"