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
3728a25d
Commit
3728a25d
authored
Apr 14, 2018
by
PX4 Jenkins
Committed by
Daniel Agar
Apr 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PX4 Firmware metadata Sat Apr 14 00:37:06 EDT 2018
parent
7ecfdf16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
2 deletions
+33
-2
PX4ParameterFactMetaData.xml
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+33
-2
No files found.
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
View file @
3728a25d
...
...
@@ -834,6 +834,22 @@ Note: ekf2 will limit the delta velocity bias estimate magnitude to be less than
<value
code=
"12"
>
Follow Me
</value>
</values>
</parameter>
<parameter
default=
"120"
name=
"COM_HLDL_LOSS_T"
type=
"INT32"
>
<short_desc>
High Latency Datalink loss time threshold
</short_desc>
<long_desc>
After this amount of seconds without datalink the data link lost mode triggers
</long_desc>
<min>
60
</min>
<max>
3600
</max>
<unit>
s
</unit>
<scope>
modules/commander
</scope>
</parameter>
<parameter
default=
"0"
name=
"COM_HLDL_REG_T"
type=
"INT32"
>
<short_desc>
High Latency Datalink regain time threshold
</short_desc>
<long_desc>
After a data link loss: after this this amount of seconds with a healthy datalink the 'datalink loss' flag is set back to false
</long_desc>
<min>
0
</min>
<max>
60
</max>
<unit>
s
</unit>
<scope>
modules/commander
</scope>
</parameter>
<parameter
default=
"5.0"
name=
"COM_HOME_H_T"
type=
"FLOAT"
>
<short_desc>
Home set horizontal threshold
</short_desc>
<long_desc>
The home position will be set if the estimated positioning accuracy is below the threshold.
</long_desc>
...
...
@@ -3181,13 +3197,28 @@ but also ignore less noise</short_desc>
</parameter>
</group>
<group
name=
"Iridium SBD"
>
<parameter
default=
"10"
name=
"ISBD_READINT"
type=
"INT32"
>
<short_desc>
Satellite radio read interval
</short_desc>
<parameter
default=
"0"
name=
"ISBD_READ_INT"
type=
"INT32"
>
<short_desc>
Satellite radio read interval. Only required to be nonzero if data is not sent using a ring call
</short_desc>
<min>
0
</min>
<max>
5000
</max>
<unit>
s
</unit>
<scope>
drivers/telemetry/iridiumsbd
</scope>
</parameter>
<parameter
default=
"60"
name=
"ISBD_SBD_TIMEOUT"
type=
"INT32"
>
<short_desc>
Iridium SBD session timeout
</short_desc>
<min>
0
</min>
<max>
300
</max>
<unit>
s
</unit>
<scope>
drivers/telemetry/iridiumsbd
</scope>
</parameter>
<parameter
default=
"0"
name=
"ISBD_STACK_TIME"
type=
"INT32"
>
<short_desc>
Time [ms] the Iridium driver will wait for additional mavlink messages to combine them into one SBD message
Value 0 turns the functionality off
</short_desc>
<min>
0
</min>
<max>
500
</max>
<unit>
ms
</unit>
<scope>
drivers/telemetry/iridiumsbd
</scope>
</parameter>
</group>
<group
name=
"Land Detector"
>
<parameter
default=
"8.00"
name=
"LNDFW_AIRSPD_MAX"
type=
"FLOAT"
>
...
...
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