Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol in…
Browse files Browse the repository at this point in the history
…to writeOnlyMetadata
  • Loading branch information
dogmaphobic committed Jan 26, 2018
2 parents 800d243 + 261ff89 commit 80bd8af
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3269,7 +3269,7 @@ but also ignore less noise</short_desc>
<decimal>3</decimal>
<scope>modules/landing_target_estimator</scope>
</parameter>
<parameter default="1.0" name="LTEST_VEL_UNC_IN" type="FLOAT">
<parameter default="0.1" name="LTEST_VEL_UNC_IN" type="FLOAT">
<short_desc>Initial landing target velocity uncertainty</short_desc>
<long_desc>Initial variance of the relative landing target velocity in x and y direction</long_desc>
<min>0.001</min>
Expand Down Expand Up @@ -3801,6 +3801,17 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<increment>0.5</increment>
<scope>modules/navigator</scope>
</parameter>
<parameter default="0" name="MIS_MNT_YAW_CTL" type="INT32">
<short_desc>Enable yaw control of the mount. (Only affects multicopters and ROI mission items)</short_desc>
<long_desc>If enabled, yaw commands will be sent to the mount and the vehicle will follow its heading mode as specified by MIS_YAWMODE. If disabled, the vehicle will yaw towards the ROI.</long_desc>
<min>0</min>
<max>1</max>
<scope>modules/navigator</scope>
<values>
<value code="0">Disable</value>
<value code="1">Enable</value>
</values>
</parameter>
<parameter default="2.5" name="MIS_TAKEOFF_ALT" type="FLOAT">
<short_desc>Take-off altitude</short_desc>
<long_desc>This is the minimum altitude the system will take off to.</long_desc>
Expand All @@ -3822,7 +3833,6 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<value code="1">Heading towards waypoint</value>
<value code="2">Heading towards home</value>
<value code="3">Heading away from home</value>
<value code="4">Heading towards ROI</value>
</values>
</parameter>
<parameter default="12.0" name="MIS_YAW_ERR" type="FLOAT">
Expand Down

0 comments on commit 80bd8af

Please sign in to comment.