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

sitl ekf2 config: add vision position estimate

parent c272feb7
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,9 @@ param set EKF2_ANGERR_INIT 0.01
param set EKF2_MAG_TYPE 1
param set EKF2_AID_MASK 2
param set EKF2_HGT_MODE 2
param set EKF2_EV_DELAY 5
param set EKF2_EVP_NOISE 0.05
param set EKF2_EVA_NOISE 0.05
replay tryapplyparams
simulator start -s
tone_alarm start
......@@ -75,6 +78,7 @@ mavlink stream -r 20 -s RC_CHANNELS -u 14556
mavlink stream -r 250 -s HIGHRES_IMU -u 14556
mavlink stream -r 10 -s OPTICAL_FLOW_RAD -u 14556
mavlink stream -r 10 -s DISTANCE_SENSOR -u 14556
mavlink stream -r 10 -s VISION_POSITION_ESTIMATE -u 14556
logger start -e -t
mavlink boot_complete
replay trystart
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