Commit 8bf441af authored by PX4 Jenkins's avatar PX4 Jenkins

Update PX4 Firmware metadata Tue Jan 30 04:37:13 UTC 2018

parent c5b8d4e0
......@@ -1119,7 +1119,9 @@ This parameter controls the time constant of the decay</short_desc>
</parameter>
<parameter default="0.0" name="EKF2_ARSP_THR" type="FLOAT">
<short_desc>Airspeed fusion threshold. A value of zero will deactivate airspeed fusion. Any other positive
value will determine the minimum airspeed which will still be fused</short_desc>
value will determine the minimum airspeed which will still be fused. Set to about 90% of the vehicles stall speed.
Both airspeed fusion and sideslip fusion must be active for the EKF to continue navigating after loss of GPS.
Use EKF2_FUSE_BETA to activate sideslip fusion</short_desc>
<min>0.0</min>
<unit>m/s</unit>
<decimal>1</decimal>
......@@ -1291,7 +1293,7 @@ Increasing it makes the multi-rotor wind estimates adjust more slowly</short_des
</parameter>
<parameter default="0" name="EKF2_FUSE_BETA" type="INT32">
<short_desc>Boolean determining if synthetic sideslip measurements should fused</short_desc>
<long_desc>A value of 1 indicates that fusion is active</long_desc>
<long_desc>A value of 1 indicates that fusion is active Both sideslip fusion and airspeed fusion must be active for the EKF to continue navigating after loss of GPS. Use EKF2_ARSP_THR to activate airspeed fusion.</long_desc>
<boolean />
<scope>modules/ekf2</scope>
</parameter>
......@@ -1653,7 +1655,8 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<scope>modules/ekf2</scope>
</parameter>
<parameter default="2.5" name="EKF2_OF_RMAX" type="FLOAT">
<short_desc>Optical Flow data will not fused if the magnitude of the flow rate &gt; EKF2_OF_RMAX</short_desc>
<short_desc>Optical Flow data will not fused if the magnitude of the flow rate &gt; EKF2_OF_RMAX.
Control loops will be instructed to limit ground speed such that the flow rate produced by movement over ground is less than 50% of EKF2_OF_RMAX</short_desc>
<min>1.0</min>
<unit>rad/s</unit>
<decimal>2</decimal>
......@@ -4456,6 +4459,17 @@ default 1.5 turns per second</short_desc>
<increment>1</increment>
<scope>modules/mc_pos_control</scope>
</parameter>
<parameter default="0.5" name="MPC_ACC_HOR_FLOW" type="FLOAT">
<short_desc>Horizontal acceleration in manual modes when optical flow ground speed limit is removed.
If full stick is being applied and the EKF starts using GPS whilst using optical flow,
the vehicle will accelerate at this rate until the normal position control speed is achieved</short_desc>
<min>0.2</min>
<max>2.0</max>
<unit>m/s/s</unit>
<decimal>1</decimal>
<increment>0.1</increment>
<scope>modules/mc_pos_control</scope>
</parameter>
<parameter default="10.0" name="MPC_ACC_HOR_MAX" type="FLOAT">
<short_desc>Maximum horizontal acceleration for auto mode and maximum deceleration for manual mode</short_desc>
<min>2.0</min>
......@@ -7966,6 +7980,11 @@ This is used for gathering replay logs for the ekf2 module</short_desc>
<long_desc>The offset (zero-reading) in Pascal</long_desc>
<scope>modules/sensors</scope>
</parameter>
<parameter default="0.7" name="SENS_FLOW_MINRNG" type="FLOAT">
<short_desc>Optical Flow minimum focus distance</short_desc>
<long_desc>This parameter defines the minimum distance from ground required for the optical flow sensor to operate reliably. The sensor may be usable below this height, but accuracy will progressively reduce to loss of focus. *</long_desc>
<scope>modules/sensors</scope>
</parameter>
</group>
<group name="Sensors">
<parameter default="63" name="CAL_MAG_SIDES" 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