Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
9e567cad
Commit
9e567cad
authored
6 years ago
by
Paul Riseborough
Committed by
Lorenz Meier
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ekf2: Update parameter description
parent
0dc2377c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/ekf2/ekf2_params.c
+6
-1
6 additions, 1 deletion
src/modules/ekf2/ekf2_params.c
with
6 additions
and
1 deletion
src/modules/ekf2/ekf2_params.c
+
6
−
1
View file @
9e567cad
...
...
@@ -1079,7 +1079,12 @@ PARAM_DEFINE_FLOAT(EKF2_MAGB_K, 0.2f);
*
* If this parameter is enabled then the estimator will make use of the range finder measurements
* to estimate it's height even if range sensor is not the primary height source. It will only do so if conditions
* for range measurement fusion are met.
* for range measurement fusion are met. This enables the range finder to be used during low speed and low altitude
* operation. Speed and height criteria are controlled by EKF2_RNG_A_VMAX and EKF2_RNG_A_HMAX.
* It should not be used for terrain following. It is intended to be used where a vertical takeoff and landing
* is performed, and horizontal flight does not occur until above EKF2_RNG_A_HMAX. If vehicle motion causes
* repeated switvhing between the rimary height sensor and range finder, an offset in the local position origin
* can accumulate. For terrain following, it is recommended to use the MPC_ALT_MODE parameter instead.
*
* @group EKF2
* @value 0 Range aid disabled
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment