Commit 24424dd1 authored by PX4 Jenkins's avatar PX4 Jenkins

Update PX4 Firmware metadata Wed Mar 14 00:40:47 EDT 2018

parent e7914214
...@@ -4189,7 +4189,7 @@ default 1.5 turns per second</short_desc> ...@@ -4189,7 +4189,7 @@ default 1.5 turns per second</short_desc>
<boolean /> <boolean />
<scope>modules/mc_att_control</scope> <scope>modules/mc_att_control</scope>
</parameter> </parameter>
<parameter default="0." name="MC_DTERM_CUTOFF" type="FLOAT"> <parameter default="30." name="MC_DTERM_CUTOFF" type="FLOAT">
<short_desc>Cutoff frequency for the low pass filter on the D-term in the rate controller</short_desc> <short_desc>Cutoff frequency for the low pass filter on the D-term in the rate controller</short_desc>
<long_desc>The D-term uses the derivative of the rate and thus is the most susceptible to noise. Therefore, using a D-term filter allows to decrease the driver-level filtering, which leads to reduced control latency and permits to increase the P gains. A value of 0 disables the filter.</long_desc> <long_desc>The D-term uses the derivative of the rate and thus is the most susceptible to noise. Therefore, using a D-term filter allows to decrease the driver-level filtering, which leads to reduced control latency and permits to increase the P gains. A value of 0 disables the filter.</long_desc>
<min>0</min> <min>0</min>
...@@ -8113,7 +8113,7 @@ This is used for gathering replay logs for the ekf2 module</short_desc> ...@@ -8113,7 +8113,7 @@ This is used for gathering replay logs for the ekf2 module</short_desc>
<reboot_required>true</reboot_required> <reboot_required>true</reboot_required>
<scope>modules/sensors</scope> <scope>modules/sensors</scope>
</parameter> </parameter>
<parameter default="30.0" name="IMU_GYRO_CUTOFF" type="FLOAT"> <parameter default="80.0" name="IMU_GYRO_CUTOFF" type="FLOAT">
<short_desc>Driver level cutoff frequency for gyro</short_desc> <short_desc>Driver level cutoff frequency for gyro</short_desc>
<long_desc>The cutoff frequency for the 2nd order butterworth filter on the gyro driver. This features is currently supported by the mpu6000 and mpu9250. This only affects the signal sent to the controllers, not the estimators. 0 disables the filter.</long_desc> <long_desc>The cutoff frequency for the 2nd order butterworth filter on the gyro driver. This features is currently supported by the mpu6000 and mpu9250. This only affects the signal sent to the controllers, not the estimators. 0 disables the filter.</long_desc>
<min>0</min> <min>0</min>
...@@ -9240,15 +9240,16 @@ This is used for gathering replay logs for the ekf2 module</short_desc> ...@@ -9240,15 +9240,16 @@ This is used for gathering replay logs for the ekf2 module</short_desc>
</parameter> </parameter>
<parameter default="0" name="UAVCAN_ENABLE" type="INT32"> <parameter default="0" name="UAVCAN_ENABLE" type="INT32">
<short_desc>UAVCAN mode</short_desc> <short_desc>UAVCAN mode</short_desc>
<long_desc>0 - UAVCAN disabled. 1 - Basic support for UAVCAN actuators and sensors. 2 - Full support for dynamic node ID allocation and firmware update. 3 - Sets the motor control outputs to UAVCAN and enables support for dynamic node ID allocation and firmware update.</long_desc> <long_desc>0 - UAVCAN disabled. 1 - Enables support for UAVCAN sensors without dynamic node ID allocation and firmware update. 2 - Enables support for UAVCAN sensors with dynamic node ID allocation and firmware update. 3 - Enables support for UAVCAN sensors and actuators with dynamic node ID allocation and firmware update. Also sets the motor control outputs to UAVCAN.</long_desc>
<min>0</min> <min>0</min>
<max>3</max> <max>3</max>
<reboot_required>true</reboot_required> <reboot_required>true</reboot_required>
<scope>modules/uavcan</scope> <scope>modules/uavcan</scope>
<values> <values>
<value code="0">Disabled</value> <value code="0">Disabled</value>
<value code="2">Only Sensors</value> <value code="1">Sensors Manual Config</value>
<value code="3">Sensors and Motors</value> <value code="2">Sensors Automatic Config</value>
<value code="3">Sensors and Actuators (ESCs) Automatic Config</value>
</values> </values>
</parameter> </parameter>
<parameter default="1" name="UAVCAN_ESC_IDLT" type="INT32"> <parameter default="1" name="UAVCAN_ESC_IDLT" type="INT32">
......
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