Skip to content

Commit

Permalink
EKF2 params: remove wrong horizontal keyword and gps-->GNSS
Browse files Browse the repository at this point in the history
Signed-off-by: Silvan Fuhrer <[email protected]>
  • Loading branch information
sfuhrer authored and timzarhansen committed Sep 3, 2024
1 parent b5c207a commit 06e84e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/ekf2/ekf2_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ PARAM_DEFINE_FLOAT(EKF2_MAG_E_NOISE, 1.0e-3f);
PARAM_DEFINE_FLOAT(EKF2_WIND_NSD, 5.0e-2f);

/**
* Measurement noise for gps horizontal velocity.
* Measurement noise for GNSS velocity.
*
* @group EKF2
* @min 0.01
Expand All @@ -356,7 +356,7 @@ PARAM_DEFINE_FLOAT(EKF2_WIND_NSD, 5.0e-2f);
PARAM_DEFINE_FLOAT(EKF2_GPS_V_NOISE, 0.3f);

/**
* Measurement noise for gps position.
* Measurement noise for GNSS position.
*
* @group EKF2
* @min 0.01
Expand Down Expand Up @@ -568,7 +568,7 @@ PARAM_DEFINE_FLOAT(EKF2_GND_EFF_DZ, 4.0f);
PARAM_DEFINE_FLOAT(EKF2_GND_MAX_HGT, 0.5f);

/**
* Gate size for GPS horizontal position fusion
* Gate size for GNSS position fusion
*
* Sets the number of standard deviations used by the innovation consistency test.
*
Expand All @@ -580,7 +580,7 @@ PARAM_DEFINE_FLOAT(EKF2_GND_MAX_HGT, 0.5f);
PARAM_DEFINE_FLOAT(EKF2_GPS_P_GATE, 5.0f);

/**
* Gate size for GPS velocity fusion
* Gate size for GNSS velocity fusion
*
* Sets the number of standard deviations used by the innovation consistency test.
*
Expand Down

0 comments on commit 06e84e4

Please sign in to comment.