Browse Source

ROMFS: Start EKF2 if no vehicle config is loaded

This allows to at least have a look at the attitude and check that the board is functional on a basic level.
sbg
Lorenz Meier 8 years ago
parent
commit
00efbc8049
  1. 1
      ROMFS/px4fmu_common/init.d/rcS

1
ROMFS/px4fmu_common/init.d/rcS

@ -260,6 +260,7 @@ then @@ -260,6 +260,7 @@ then
#
if param compare SYS_AUTOSTART 0
then
ekf2 start
else
sh /etc/init.d/rc.autostart
fi

Loading…
Cancel
Save