Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
1fa5d444
Commit
1fa5d444
authored
Jul 09, 2019
by
PX4BuildBot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PX4 Firmware metadata Tue Jul 9 04:10:20 UTC 2019
parent
ea8dcde1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
PX4ParameterFactMetaData.xml
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+11
-0
No files found.
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
View file @
1fa5d444
...
...
@@ -10597,6 +10597,17 @@ to fixed wing mode. Zero or negative values will produce an instant throttle ris
<parameter
default=
"0.2"
name=
"EXFW_ROLL_P"
type=
"FLOAT"
>
<short_desc>
EXFW_ROLL_P
</short_desc>
</parameter>
<parameter
default=
"0"
name=
"MPC_LAND_RC_HELP"
type=
"INT32"
>
<short_desc>
Enable user assisted descent speed for autonomous land routine.
When enabled, descent speed will be equal to MPC_LAND_SPEED at half throttle,
MPC_Z_VEL_MAX_DN at zero throttle, and 0.5 * MPC_LAND_SPEED at full throttle
</short_desc>
<min>
0
</min>
<max>
1
</max>
<values>
<value
code=
"0"
>
Fixed descent speed of MPC_LAND_SPEED
</value>
<value
code=
"1"
>
User assisted descent speed
</value>
</values>
</parameter>
<parameter
default=
"0.1"
name=
"RV_YAW_P"
type=
"FLOAT"
>
<short_desc>
RV_YAW_P
</short_desc>
</parameter>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment