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
e4b744c5
Commit
e4b744c5
authored
Nov 02, 2020
by
PX4BuildBot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PX4 Firmware metadata Mon Nov 2 22:21:26 UTC 2020
parent
5b5fdf5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
PX4ParameterFactMetaData.xml
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+10
-0
No files found.
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
View file @
e4b744c5
...
...
@@ -2886,6 +2886,16 @@ Set to 0 to disable heading hold</short_desc>
<short_desc>
Use terrain estimate during landing
</short_desc>
<long_desc>
This is turned off by default and a waypoint or return altitude is normally used (or sea level for an arbitrary land position).
</long_desc>
</parameter>
<parameter
name=
"FW_POSCTL_INV_ST"
default=
"0"
type=
"INT32"
>
<short_desc>
RC stick mapping fixed-wing
</short_desc>
<long_desc>
Set RC/joystick configuration for fixed-wing position and altitude controlled flight.
</long_desc>
<min>
0
</min>
<max>
1
</max>
<values>
<value
code=
"0"
>
Normal stick configuration (airspeed on throttle stick, altitude on pitch stick)
</value>
<value
code=
"1"
>
Alternative stick configuration (altitude on throttle stick, airspeed on pitch stick)
</value>
</values>
</parameter>
<parameter
name=
"FW_P_LIM_MAX"
default=
"45.0"
type=
"FLOAT"
>
<short_desc>
Positive pitch limit
</short_desc>
<long_desc>
The maximum positive pitch the controller will output.
</long_desc>
...
...
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