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:
Lorenz Meier 2017-05-02 11:56:45 +02:00
parent 5d70f74e36
commit 00efbc8049
1 changed files with 1 additions and 0 deletions

View File

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