Skip to content

Commit

Permalink
Update ekf vision parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilritz authored and jkflying committed Jan 9, 2020
1 parent e95e5ab commit 32a4e3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/ekf2/ekf2_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ PARAM_DEFINE_FLOAT(EKF2_MIN_RNG, 0.1f);
PARAM_DEFINE_INT32(EKF2_EV_NOISE_MD, 0);

/**
* Measurement noise for vision position observations used when the vision system does not supply error estimates
* Measurement noise for vision position observations used to lower bound or replace the uncertainty included in the message
*
* @group EKF2
* @min 0.01
Expand All @@ -722,7 +722,7 @@ PARAM_DEFINE_INT32(EKF2_EV_NOISE_MD, 0);
PARAM_DEFINE_FLOAT(EKF2_EVP_NOISE, 0.1f);

/**
* Measurement noise for vision velocity observations used when the vision system does not supply error estimates
* Measurement noise for vision velocity observations used to lower bound or replace the uncertainty included in the message
*
* @group EKF2
* @min 0.01
Expand All @@ -732,7 +732,7 @@ PARAM_DEFINE_FLOAT(EKF2_EVP_NOISE, 0.1f);
PARAM_DEFINE_FLOAT(EKF2_EVV_NOISE, 0.1f);

/**
* Measurement noise for vision angle observations used when the vision system does not supply error estimates
* Measurement noise for vision angle observations used to lower bound or replace the uncertainty included in the message
*
* @group EKF2
* @min 0.01
Expand Down

0 comments on commit 32a4e3a

Please sign in to comment.