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
953cff7b
Commit
953cff7b
authored
6 years ago
by
Philipp Oettershagen
Committed by
Daniel Agar
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed-wing autoland: Parameter description fixes
parent
20c02ae0
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/fw_pos_control_l1/fw_pos_control_l1_params.c
+5
-5
5 additions, 5 deletions
src/modules/fw_pos_control_l1/fw_pos_control_l1_params.c
with
5 additions
and
5 deletions
src/modules/fw_pos_control_l1/fw_pos_control_l1_params.c
+
5
−
5
View file @
953cff7b
...
...
@@ -225,10 +225,10 @@ PARAM_DEFINE_FLOAT(FW_THR_MIN, 0.0f);
PARAM_DEFINE_FLOAT
(
FW_THR_IDLE
,
0
.
15
f
);
/**
* Throttle limit
value before flar
e
* Throttle limit
during landing below throttle limit altitud
e
*
*
This throttle value will be set as throttle limit at FW_LND_TLALT,
*
before aircraft will flare
.
*
During the flare of the autonomous landing process, this value will be set
*
as throttle limit when the aircraft altitude is below FW_LND_TLALT
.
*
* @unit norm
* @min 0.0
...
...
@@ -332,7 +332,7 @@ PARAM_DEFINE_INT32(FW_LND_USETER, 0);
* Flare, minimum pitch
*
* Minimum pitch during flare, a positive sign means nose up
* Applied once FW_LND_
T
LALT is reached
* Applied once FW_LND_
F
LALT is reached
*
* @unit deg
* @min 0
...
...
@@ -347,7 +347,7 @@ PARAM_DEFINE_FLOAT(FW_LND_FL_PMIN, 2.5f);
* Flare, maximum pitch
*
* Maximum pitch during flare, a positive sign means nose up
* Applied once FW_LND_
T
LALT is reached
* Applied once FW_LND_
F
LALT is reached
*
* @unit deg
* @min 0
...
...
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