Skip to content

Commit

Permalink
Gazebo: vision: Enable vision fusion in the vision variant of the sim…
Browse files Browse the repository at this point in the history
…ulation

Enable vision fusion of vision data in the EKF2 for simulation
  • Loading branch information
AlexisTM committed Oct 24, 2024
1 parent 0c45155 commit fbcada5
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@
PX4_SIM_MODEL=${PX4_SIM_MODEL:=x500_vision}

. ${R}etc/init.d-posix/airframes/4001_gz_x500

# EKF2: Vision position and heading, no GPS
param set-default SENS_EN_SIMGPS 0
param set-default EKF2_EV_DELAY 5
param set-default EKF2_EV_CTRL 15
param set-default EKF2_HGT_REF 3
param set-default EKF2_GPS_CTRL 0

0 comments on commit fbcada5

Please sign in to comment.