From 47d174ffbee84d273b307cb502d9c77dbb7aed77 Mon Sep 17 00:00:00 2001
From: PX4BuildBot <bot@px4.io>
Date: Tue, 24 Sep 2019 15:19:38 +0000
Subject: [PATCH] Update PX4 Firmware metadata Tue Sep 24 15:19:38 UTC 2019

---
 src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
index 0ad5bce..21f75b4 100644
--- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
@@ -4533,8 +4533,8 @@ 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>
+    <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>
@@ -4542,13 +4542,13 @@ the vehicle will accelerate at this rate until the normal position control speed
     </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>
+      <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="MPC_COL_PREV_DLY" type="FLOAT">
-      <short_desc>Average delay of the range sensor message in seconds</short_desc>
+    <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>