Commit 2e0fcbbd authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Thu Oct 17 15:36:32 UTC 2019

parent b6c16965
......@@ -4542,6 +4542,32 @@ default 1.5 turns per second</short_desc>
</parameter>
</group>
<group name="Multicopter Position Control">
<parameter default="0.4" name="CP_DELAY" type="FLOAT">
<short_desc>Average delay of the range sensor message plus the tracking delay of the position controller in seconds</short_desc>
<long_desc>Only used in Position mode.</long_desc>
<min>0</min>
<max>1</max>
<unit>seconds</unit>
</parameter>
<parameter default="-1.0" name="CP_DIST" type="FLOAT">
<short_desc>Minimum distance the vehicle should keep to all obstacles</short_desc>
<long_desc>Only used in Position mode. Collision avoidance is disabled by setting this parameter to a negative value</long_desc>
<min>-1</min>
<max>15</max>
<unit>meters</unit>
</parameter>
<parameter default="0" name="CP_GO_NO_DATA" type="FLOAT">
<short_desc>Boolean to allow moving into directions where there is no sensor data (outside FOV)</short_desc>
<long_desc>Only used in Position mode.</long_desc>
<boolean />
</parameter>
<parameter default="30." name="CP_GUIDE_ANG" type="FLOAT">
<short_desc>Angle left/right from the commanded setpoint by which the collision prevention algorithm can choose to change the setpoint direction</short_desc>
<long_desc>Only used in Position mode.</long_desc>
<min>0</min>
<max>90</max>
<unit>[deg]</unit>
</parameter>
<parameter default="3.0" name="MPC_ACC_DOWN_MAX" type="FLOAT">
<short_desc>Maximum vertical acceleration in velocity controlled modes down</short_desc>
<min>2.0</min>
......@@ -4605,27 +4631,6 @@ the vehicle will accelerate at this rate until the normal position control speed
<value code="1">Jerk-limited trajectory</value>
</values>
</parameter>
<parameter default="30." name="MPC_COL_PREV_CNG" type="FLOAT">
<short_desc>Angle left/right from the commanded setpoint by which the collision prevention algorithm can choose to change the setpoint direction</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 avoidance is disabled by setting this parameter to a negative value</long_desc>
<min>-1</min>
<max>15</max>
<unit>meters</unit>
</parameter>
<parameter default="0.4" name="MPC_COL_PREV_DLY" type="FLOAT">
<short_desc>Average delay of the range sensor message plus the tracking delay of the position controller in seconds</short_desc>
<long_desc>Only used in Position mode.</long_desc>
<min>0</min>
<max>1</max>
<unit>seconds</unit>
</parameter>
<parameter default="3.0" name="MPC_CRUISE_90" type="FLOAT">
<short_desc>Cruise speed when angle prev-current/current-next setpoint
is 90 degrees. It should be lower than MPC_XY_CRUISE</short_desc>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment