Skip to content

Commit

Permalink
Fix LPE exception handling in ROMFS
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Jun 4, 2017
1 parent e6670d7 commit 6fbf09d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ROMFS/px4fmu_common/init.d/rc.fw_apps
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down
1 change: 0 additions & 1 deletion ROMFS/px4fmu_common/init.d/rc.mc_apps
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion ROMFS/px4fmu_common/init.d/rc.vtol_apps
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6fbf09d

Please sign in to comment.