Skip to content
Snippets Groups Projects
Commit dcdddacd authored by TSC21's avatar TSC21 Committed by Lorenz Meier
Browse files

init.d-posix: vision: set the appropriate parameters

parent adc81aaa
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,13 @@ sh /etc/init.d-posix/10016_iris
if [ $AUTOCNF = yes ]
then
# EKF2
param set EKF2_AID_MASK 2
param set EKF2_EV_DELAY 5
param set EKF2_EVP_NOISE 0.05
param set EKF2_EVA_NOISE 0.05
# INAV
param set INAV_LIDAR_EST 1
param set INAV_W_XY_FLOW 1.0
param set INAV_W_XY_GPS_P 0.0
......
......@@ -9,9 +9,11 @@ sh /etc/init.d-posix/1010_iris_opt_flow
if [ $AUTOCNF = yes ]
then
param set EKF2_AID_MASK 8
# EKF2: Vision position and heading
param set EKF2_AID_MASK 24
param set EKF2_EV_DELAY 5
# LPE: Vision + baro
# LPE: Vision + baro | AEQ: External heading set to use vision input
param set LPE_FUSION 132
param set ATT_EXT_HDG_M 1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment