forked from Archive/PX4-Autopilot
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.
This commit is contained in:
parent
5d70f74e36
commit
00efbc8049
|
@ -260,6 +260,7 @@ then
|
|||
#
|
||||
if param compare SYS_AUTOSTART 0
|
||||
then
|
||||
ekf2 start
|
||||
else
|
||||
sh /etc/init.d/rc.autostart
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue