Browse Source

Update PX4 Firmware metadata Wed Aug 7 13:45:59 UTC 2019

QGC4.4
PX4BuildBot 6 years ago
parent
commit
41a556eea7
  1. 7
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

7
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -4445,6 +4445,13 @@ the vehicle will accelerate at this rate until the normal position control speed @@ -4445,6 +4445,13 @@ the vehicle will accelerate at this rate until the normal position control speed
<value code="1">Jerk-limited trajectory</value>
</values>
</parameter>
<parameter default="45." name="MPC_COL_PREV_ANG" type="FLOAT">
<short_desc>Angle left/right from the commanded setpoint in which the range data is used to calculate speed limitations. All data further from the commanded direction is not considered</short_desc>
<long_desc>Only used in Position mode.</long_desc>
<min>0</min>
<max>90</max>
<unit>[deg]</unit>
</parameter>
<parameter default="-1.0" name="MPC_COL_PREV_D" type="FLOAT">
<short_desc>Minimum distance the vehicle should keep to all obstacles</short_desc>
<long_desc>Only used in Position mode. Collision avoidace is disabled by setting this parameter to a negative value</long_desc>

Loading…
Cancel
Save