<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>
<min>0</min>
...
...
@@ -8113,7 +8113,7 @@ This is used for gathering replay logs for the ekf2 module</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>
<min>0</min>
...
...
@@ -9240,15 +9240,16 @@ This is used for gathering replay logs for the ekf2 module</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>
<max>3</max>
<reboot_required>true</reboot_required>
<scope>modules/uavcan</scope>
<values>
<valuecode="0">Disabled</value>
<valuecode="2">Only Sensors</value>
<valuecode="3">Sensors and Motors</value>
<valuecode="1">Sensors Manual Config</value>
<valuecode="2">Sensors Automatic Config</value>
<valuecode="3">Sensors and Actuators (ESCs) Automatic Config</value>
Q_PROPERTY(boolhomePositionREADhomePositionCONSTANT)///< true: This item is being used as a home position indicator
Q_PROPERTY(QGeoCoordinatecoordinateREADcoordinateWRITEsetCoordinateNOTIFYcoordinateChanged)///< This is the entry point for a waypoint line into the item. For a simple item it is also the location of the item
Q_PROPERTY(doubleterrainAltitudeREADterrainAltitudeNOTIFYterrainAltitudeChanged)///< The altitude of terrain at the coordinate position, NaN if not known
Q_PROPERTY(doubleterrainAltitudeREADterrainAltitudeNOTIFYterrainAltitudeChanged)///< The altitude of terrain at the coordinate position, NaN if not known
Q_PROPERTY(boolcoordinateHasRelativeAltitudeREADcoordinateHasRelativeAltitudeNOTIFYcoordinateHasRelativeAltitudeChanged)///< true: coordinate.latitude is relative to home altitude
Q_PROPERTY(QGeoCoordinateexitCoordinateREADexitCoordinateNOTIFYexitCoordinateChanged)///< This is the exit point for a waypoint line coming out of the item.
Q_PROPERTY(boolexitCoordinateHasRelativeAltitudeREADexitCoordinateHasRelativeAltitudeNOTIFYexitCoordinateHasRelativeAltitudeChanged)///< true: coordinate.latitude is relative to home altitude