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
899a85df
Commit
899a85df
authored
Sep 19, 2018
by
PX4BuildBot
Committed by
Daniel Agar
Sep 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PX4 Firmware metadata Wed Sep 19 18:19:29 UTC 2018
parent
9947dbf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
20 deletions
+26
-20
PX4ParameterFactMetaData.xml
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+26
-20
No files found.
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
View file @
899a85df
...
...
@@ -3870,6 +3870,7 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<values>
<value
code=
"0"
>
Never broadcast
</value>
<value
code=
"1"
>
Always broadcast
</value>
<value
code=
"2"
>
Only multicast
</value>
</values>
</parameter>
<parameter
default=
"1"
name=
"MAV_COMP_ID"
type=
"INT32"
>
...
...
@@ -4248,21 +4249,6 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<value
code=
"3"
>
Land mode
</value>
</values>
</parameter>
<parameter
default=
"0"
name=
"VT_WV_LND_EN"
type=
"INT32"
>
<short_desc>
Weather-vane mode landings for missions
</short_desc>
<boolean
/>
<scope>
modules/vtol_att_control
</scope>
</parameter>
<parameter
default=
"0"
name=
"VT_WV_LTR_EN"
type=
"INT32"
>
<short_desc>
Weather-vane mode for loiter
</short_desc>
<boolean
/>
<scope>
modules/vtol_att_control
</scope>
</parameter>
<parameter
default=
"0"
name=
"VT_WV_TKO_EN"
type=
"INT32"
>
<short_desc>
Enable weather-vane mode takeoff for missions
</short_desc>
<boolean
/>
<scope>
modules/vtol_att_control
</scope>
</parameter>
</group>
<group
name=
"Mount"
>
<parameter
default=
"0"
name=
"MNT_DO_STAB"
type=
"INT32"
>
...
...
@@ -5163,6 +5149,25 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
<decimal>
2
</decimal>
<scope>
modules/mc_pos_control
</scope>
</parameter>
<parameter
default=
"0"
name=
"WV_EN"
type=
"INT32"
>
<short_desc>
Enable weathervane
</short_desc>
<boolean
/>
<scope>
lib/WeatherVane
</scope>
</parameter>
<parameter
default=
"1.0"
name=
"WV_ROLL_MIN"
type=
"FLOAT"
>
<short_desc>
Minimum roll angle setpoint for weathervane controller to demand a yaw-rate
</short_desc>
<min>
0
</min>
<max>
5
</max>
<unit>
deg
</unit>
<scope>
lib/WeatherVane
</scope>
</parameter>
<parameter
default=
"90.0"
name=
"WV_YRATE_MAX"
type=
"FLOAT"
>
<short_desc>
Maximum yawrate the weathervane controller is allowed to demand
</short_desc>
<min>
0
</min>
<max>
120
</max>
<unit>
deg/s
</unit>
<scope>
lib/WeatherVane
</scope>
</parameter>
</group>
<group
name=
"PWM Outputs"
>
<parameter
default=
"0"
name=
"MOT_ORDERING"
type=
"INT32"
>
...
...
@@ -10384,14 +10389,15 @@ to fixed wing mode. Zero or negative values will produce an instant throttle ris
<value
code=
"2"
>
Standard
</value>
</values>
</parameter>
<parameter
default=
"
0.15"
name=
"VT_WV_YAWR_SCL
"
type=
"FLOAT"
>
<short_desc>
Weather-vane
yaw rate scal
e
</short_desc>
<long_desc>
The desired
yawrate from the controller will be scaled in order to avoid yaw fighting against the wind
.
</long_desc>
<parameter
default=
"
1.0"
name=
"WV_GAIN
"
type=
"FLOAT"
>
<short_desc>
Weather-vane
roll angle to yawrat
e
</short_desc>
<long_desc>
The desired
gain to convert roll sp into yaw rate sp
.
</long_desc>
<min>
0.0
</min>
<max>
1.0
</max>
<max>
3.0
</max>
<unit>
1/s
</unit>
<decimal>
3
</decimal>
<increment>
0.01
</increment>
<scope>
modules/vtol_att_control
</scope>
<scope>
lib/WeatherVane
</scope>
</parameter>
</group>
<group
name=
"Wind Estimator"
>
...
...
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