RPI: fix startup scripts: start navigator & load parameters

This commit is contained in:
Beat Küng
2016-12-22 14:26:50 +01:00
committed by Julian Oes
parent 304afa5629
commit a3de7f7acc
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,4 +1,5 @@
uorb start
param load
param set SYS_AUTOSTART 4001
param set MAV_BROADCAST 1
sleep 1
@@ -10,6 +11,7 @@ df_ms5611_wrapper start
gps start -d /dev/spidev0.0 -i spi -p ubx
sensors start
commander start
navigator start
attitude_estimator_q start
position_estimator_inav start
land_detector start multicopter
+1
View File
@@ -9,6 +9,7 @@ df_ms5611_wrapper start
gps start -d /dev/spidev0.0 -i spi -p ubx
sensors start
commander start
navigator start
ekf2 start
fw_att_control start
fw_pos_control_l1 start