@ -312,13 +312,25 @@ void SensorsComponentController::_handleUASTextMessage(int uasId, int compId, in
@@ -312,13 +312,25 @@ void SensorsComponentController::_handleUASTextMessage(int uasId, int compId, in
<short_desc>Empty cell voltage (5C load)</short_desc>
<long_desc>Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen before the steep dropoff to 2.8V. A typical lithium battery can only be discharged down to 10% before it drops off to a voltage level damaging the cells.</long_desc>
<short_desc>Full cell voltage (5C load)</short_desc>
<long_desc>Defines the voltage where a single cell of the battery is considered full under a mild load. This will never be the nominal voltage of 4.2V</long_desc>
<short_desc>Voltage drop per cell on full throttle</short_desc>
<long_desc>This implicitely defines the internal resistance to maximum current ratio and assumes linearity. A good value to use is the difference between the 5C and 20-25C load.</long_desc>
<min>0.07</min>
@ -2153,7 +2153,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2153,7 +2153,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<max>240</max>
<scope>modules/mavlink</scope>
</parameter>
<parameterdefault="1"name="MAV_TYPE"type="INT32">
<parameterdefault="2"name="MAV_TYPE"type="INT32">
<short_desc>MAVLink airframe type</short_desc>
<min>1</min>
<scope>modules/mavlink</scope>
@ -2707,6 +2707,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2707,6 +2707,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@ -2716,6 +2717,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2716,6 +2717,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@ -2725,30 +2727,35 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2725,30 +2727,35 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<short_desc>Differential gain for vertical velocity error</short_desc>
<min>0.0</min>
<max>0.1</max>
<decimal>3</decimal>
<scope>modules/mc_pos_control</scope>
</parameter>
@ -2772,12 +2779,14 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2772,12 +2779,14 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<short_desc>Proportional gain for horizontal velocity error</short_desc>
<min>0.0</min>
<min>0.06</min>
<max>0.15</max>
<decimal>2</decimal>
<scope>modules/mc_pos_control</scope>
</parameter>
@ -2785,21 +2794,25 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2785,21 +2794,25 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<short_desc>Integral gain for horizontal velocity error</short_desc>
<long_desc>Non-zero value allows to resist wind.</long_desc>
<short_desc>Differential gain for horizontal velocity error. Small values help reduce fast oscillations. If value is too big oscillations will appear again</short_desc>
@ -2840,14 +2853,15 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2840,14 +2853,15 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@ -2871,6 +2885,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2871,6 +2885,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@ -2885,6 +2900,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2885,6 +2900,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<short_desc>Maximum horizontal velocity for which position hold is enabled (use 0 to disable check)</short_desc>
<min>0.0</min>
<max>3.0</max>
<unit>m/s</unit>
<decimal>2</decimal>
<scope>modules/mc_pos_control</scope>
@ -2892,6 +2908,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2892,6 +2908,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<short_desc>Maximum vertical velocity for which position hold is enabled (use 0 to disable check)</short_desc>
<min>0.0</min>
<max>3.0</max>
<unit>m/s</unit>
<decimal>2</decimal>
<scope>modules/mc_pos_control</scope>
@ -2899,6 +2916,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2899,6 +2916,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<short_desc>Low pass filter cut freq. for numerical velocity derivative</short_desc>
<min>0.0</min>
<max>10</max>
<unit>Hz</unit>
<decimal>2</decimal>
<scope>modules/mc_pos_control</scope>
@ -5673,6 +5691,18 @@ This is used for gathering replay logs for the ekf2 module</short_desc>
@@ -5673,6 +5691,18 @@ This is used for gathering replay logs for the ekf2 module</short_desc>