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
2c13ddcf
Commit
2c13ddcf
authored
Oct 29, 2019
by
PX4BuildBot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PX4 Firmware metadata Tue Oct 29 00:15:17 UTC 2019
parent
31d8c52e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
0 deletions
+62
-0
PX4ParameterFactMetaData.xml
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+62
-0
No files found.
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
View file @
2c13ddcf
...
...
@@ -137,6 +137,68 @@
<min>
0
</min>
</parameter>
</group>
<group
name=
"UAVCAN GNSS"
no_code_generation=
"true"
>
<parameter
default=
"0"
name=
"gnss.warn_dimens"
type=
"INT32"
>
<short_desc>
device health warning
</short_desc>
<long_desc>
Set the device health to Warning if the dimensionality of
the GNSS solution is less than this value. 3 for the full (3D)
solution, 2 for planar (2D) solution, 1 for time-only solution,
0 disables the feature.
</long_desc>
<min>
0
</min>
<max>
3
</max>
<values>
<value
code=
"0"
>
disables the feature
</value>
<value
code=
"1"
>
time-only solution
</value>
<value
code=
"2"
>
planar (2D) solution
</value>
<value
code=
"3"
>
full (3D) solution
</value>
</values>
</parameter>
<parameter
default=
"0"
name=
"gnss.warn_sats"
type=
"INT32"
>
<short_desc
/>
<long_desc>
Set the device health to Warning if the number of satellites
used in the GNSS solution is below this threshold. Zero
disables the feature
</long_desc>
</parameter>
<parameter
default=
"2"
name=
"gnss.dyn_model"
type=
"INT32"
>
<short_desc>
GNSS dynamic model
</short_desc>
<long_desc>
Dynamic model used in the GNSS positioning engine. 0 –
Automotive, 1 – Sea, 2 – Airborne.
</long_desc>
<min>
0
</min>
<max>
2
</max>
<values>
<value
code=
"0"
>
Automotive
</value>
<value
code=
"1"
>
Sea
</value>
<value
code=
"2"
>
Airborne
</value>
</values>
</parameter>
<parameter
default=
"1"
name=
"gnss.old_fix_msg"
type=
"INT32"
>
<short_desc>
Broadcast old GNSS fix message
</short_desc>
<long_desc>
Broadcast the old (deprecated) GNSS fix message
uavcan.equipment.gnss.Fix alongside the new alternative
uavcan.equipment.gnss.Fix2. It is recommended to
disable this feature to reduce the CAN bus traffic.
</long_desc>
<min>
0
</min>
<max>
1
</max>
<values>
<value
code=
"0"
>
Fix2
</value>
<value
code=
"1"
>
Fix and Fix2
</value>
</values>
</parameter>
<parameter
default=
"0"
name=
"uavcan.pubp-pres"
type=
"INT32"
>
<short_desc
/>
<long_desc>
Set the device health to Warning if the number of satellites
used in the GNSS solution is below this threshold. Zero
disables the feature
</long_desc>
<unit>
microseconds
</unit>
<min>
0
</min>
<max>
1000000
</max>
</parameter>
</group>
<group
name=
"Airspeed Validator"
>
<parameter
default=
"1.0"
name=
"ARSP_ARSP_SCALE"
type=
"FLOAT"
>
<short_desc>
Airspeed scale (scale from IAS to CAS/EAS)
</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