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
de3d9dc3
Commit
de3d9dc3
authored
Feb 05, 2020
by
PX4BuildBot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PX4 Firmware metadata Wed Feb 5 04:38:09 UTC 2020
parent
76b6b9de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
0 deletions
+51
-0
AirframeFactMetaData.xml
src/AutoPilotPlugins/PX4/AirframeFactMetaData.xml
+12
-0
PX4ParameterFactMetaData.xml
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+39
-0
No files found.
src/AutoPilotPlugins/PX4/AirframeFactMetaData.xml
View file @
de3d9dc3
...
...
@@ -727,6 +727,18 @@
<output
name=
"MAIN1"
>
Speed of right wheels
</output>
</airframe>
</airframe_group>
<airframe_group
image=
"AirframeUnknown"
name=
"Underwater Robot"
>
<airframe
id=
"60000"
maintainer=
""
name=
"Generic Underwater Robot"
>
<class>
Underwater Robot
</class>
<maintainer
/>
<type>
Underwater Robot
</type>
</airframe>
<airframe
id=
"60001"
maintainer=
"Daniel Duecker <daniel.duecker@tuhh.de>"
name=
"HippoCampus UUV (Unmanned Underwater Vehicle)"
>
<class>
Underwater Robot
</class>
<maintainer>
Daniel Duecker
<
daniel.duecker@tuhh.de
>
</maintainer>
<type>
Underwater Robot
</type>
</airframe>
</airframe_group>
<airframe_group
image=
"VTOLPlane"
name=
"Standard VTOL"
>
<airframe
id=
"1002"
maintainer=
"Roman Bapst <roman@auterion.com>"
name=
"HIL Standard VTOL QuadPlane"
>
<class>
VTOL
</class>
...
...
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
View file @
de3d9dc3
...
...
@@ -10605,6 +10605,45 @@ is less than 50% of this value</short_desc>
<reboot_required>
true
</reboot_required>
</parameter>
</group>
<group
name=
"UUV Attitude Control"
>
<parameter
default=
"0.0"
name=
"UUV_DIRCT_PITCH"
type=
"FLOAT"
>
<short_desc>
Direct pitch input
</short_desc>
</parameter>
<parameter
default=
"0.0"
name=
"UUV_DIRCT_ROLL"
type=
"FLOAT"
>
<short_desc>
Direct roll input
</short_desc>
</parameter>
<parameter
default=
"0.0"
name=
"UUV_DIRCT_THRUST"
type=
"FLOAT"
>
<short_desc>
Direct thrust input
</short_desc>
</parameter>
<parameter
default=
"0.0"
name=
"UUV_DIRCT_YAW"
type=
"FLOAT"
>
<short_desc>
Direct yaw input
</short_desc>
</parameter>
<parameter
default=
"0"
name=
"UUV_INPUT_MODE"
type=
"INT32"
>
<short_desc>
Select Input Mode
</short_desc>
<values>
<value
code=
"0"
>
use Attitude Setpoints
</value>
<value
code=
"1"
>
Direct Feedthrough
</value>
</values>
</parameter>
<parameter
default=
"2.0"
name=
"UUV_PITCH_D"
type=
"FLOAT"
>
<short_desc>
Pitch differential gain
</short_desc>
</parameter>
<parameter
default=
"4.0"
name=
"UUV_PITCH_P"
type=
"FLOAT"
>
<short_desc>
Pitch proportional gain
</short_desc>
</parameter>
<parameter
default=
"1.5"
name=
"UUV_ROLL_D"
type=
"FLOAT"
>
<short_desc>
Roll differential gain
</short_desc>
</parameter>
<parameter
default=
"4.0"
name=
"UUV_ROLL_P"
type=
"FLOAT"
>
<short_desc>
Roll proportional gain
</short_desc>
</parameter>
<parameter
default=
"2.0"
name=
"UUV_YAW_D"
type=
"FLOAT"
>
<short_desc>
Yaw differential gain
</short_desc>
</parameter>
<parameter
default=
"4.0"
name=
"UUV_YAW_P"
type=
"FLOAT"
>
<short_desc>
Yawh proportional gain
</short_desc>
</parameter>
</group>
<group
name=
"VTOL Attitude Control"
>
<parameter
default=
"8.0"
name=
"VT_ARSP_BLEND"
type=
"FLOAT"
>
<short_desc>
Transition blending airspeed
</short_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