Browse Source

Fix LPE exception handling in ROMFS

sbg
Lorenz Meier 8 years ago
parent
commit
6fbf09d8da
  1. 1
      ROMFS/px4fmu_common/init.d/rc.fw_apps
  2. 1
      ROMFS/px4fmu_common/init.d/rc.mc_apps
  3. 1
      ROMFS/px4fmu_common/init.d/rc.vtol_apps

1
ROMFS/px4fmu_common/init.d/rc.fw_apps

@ -9,7 +9,6 @@ then @@ -9,7 +9,6 @@ then
echo "ERROR [init] Estimator LPE not supported on fixed wing. Using EKF2"
param set SYS_MC_EST_GROUP 2
param save
ekf2 start
fi
#

1
ROMFS/px4fmu_common/init.d/rc.mc_apps

@ -28,7 +28,6 @@ then @@ -28,7 +28,6 @@ then
echo "ERROR [init] Estimator LPE not available. Using EKF2"
param set SYS_MC_EST_GROUP 2
param save
ekf2 start
fi
fi

1
ROMFS/px4fmu_common/init.d/rc.vtol_apps

@ -29,7 +29,6 @@ then @@ -29,7 +29,6 @@ then
echo "ERROR [init] Estimator LPE not available. Using EKF2"
param set SYS_MC_EST_GROUP 2
param save
ekf2 start
fi
fi

Loading…
Cancel
Save