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
0f91764a
Commit
0f91764a
authored
Mar 14, 2020
by
PX4BuildBot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PX4 Firmware metadata Sat Mar 14 17:06:03 UTC 2020
parent
cb1443f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
PX4ParameterFactMetaData.xml
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+13
-0
No files found.
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
View file @
0f91764a
...
...
@@ -735,6 +735,7 @@ Set to 2 to use heading from motion capture</short_desc>
<max>
3000
</max>
<unit>
ms
</unit>
<decimal>
1
</decimal>
<reboot_required>
true
</reboot_required>
</parameter>
<parameter
default=
"25.0"
name=
"TRIG_DISTANCE"
type=
"FLOAT"
>
<short_desc>
Camera trigger distance
</short_desc>
...
...
@@ -743,6 +744,7 @@ Set to 2 to use heading from motion capture</short_desc>
<unit>
m
</unit>
<decimal>
1
</decimal>
<increment>
1
</increment>
<reboot_required>
true
</reboot_required>
</parameter>
<parameter
default=
"4"
name=
"TRIG_INTERFACE"
type=
"INT32"
>
<short_desc>
Camera trigger Interface
</short_desc>
...
...
@@ -762,6 +764,16 @@ Set to 2 to use heading from motion capture</short_desc>
<max>
10000.0
</max>
<unit>
ms
</unit>
<decimal>
1
</decimal>
<reboot_required>
true
</reboot_required>
</parameter>
<parameter
default=
"1.0"
name=
"TRIG_MIN_INTERVA"
type=
"FLOAT"
>
<short_desc>
Minimum camera trigger interval
</short_desc>
<long_desc>
This parameter sets the minimum time between two consecutive trigger events the specific camera setup is supporting.
</long_desc>
<min>
1.0
</min>
<max>
10000.0
</max>
<unit>
ms
</unit>
<decimal>
1
</decimal>
<reboot_required>
true
</reboot_required>
</parameter>
<parameter
default=
"0"
name=
"TRIG_MODE"
type=
"INT32"
>
<short_desc>
Camera trigger mode
</short_desc>
...
...
@@ -789,6 +801,7 @@ Set to 2 to use heading from motion capture</short_desc>
<long_desc>
This parameter sets the polarity of the trigger (0 = active low, 1 = active high )
</long_desc>
<min>
0
</min>
<max>
1
</max>
<reboot_required>
true
</reboot_required>
<values>
<value
code=
"0"
>
Active low
</value>
<value
code=
"1"
>
Active high
</value>
...
...
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