AP_Soaring: remove empty Units: parameter doc entries
These break parameter generation
This commit is contained in:
parent
6d7ee65a5f
commit
e85a4dcd7d
@ -25,7 +25,6 @@ const AP_Param::GroupInfo SoaringController::var_info[] = {
|
|||||||
// @Param: Q1
|
// @Param: Q1
|
||||||
// @DisplayName: Process noise
|
// @DisplayName: Process noise
|
||||||
// @Description: Standard deviation of noise in process for strength
|
// @Description: Standard deviation of noise in process for strength
|
||||||
// @Units:
|
|
||||||
// @Range: 0 10
|
// @Range: 0 10
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("Q1", 3, SoaringController, thermal_q1, 0.001f),
|
AP_GROUPINFO("Q1", 3, SoaringController, thermal_q1, 0.001f),
|
||||||
@ -33,7 +32,6 @@ const AP_Param::GroupInfo SoaringController::var_info[] = {
|
|||||||
// @Param: Q2
|
// @Param: Q2
|
||||||
// @DisplayName: Process noise
|
// @DisplayName: Process noise
|
||||||
// @Description: Standard deviation of noise in process for position and radius
|
// @Description: Standard deviation of noise in process for position and radius
|
||||||
// @Units:
|
|
||||||
// @Range: 0 10
|
// @Range: 0 10
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("Q2", 4, SoaringController, thermal_q2, 0.03f),
|
AP_GROUPINFO("Q2", 4, SoaringController, thermal_q2, 0.03f),
|
||||||
@ -41,7 +39,6 @@ const AP_Param::GroupInfo SoaringController::var_info[] = {
|
|||||||
// @Param: R
|
// @Param: R
|
||||||
// @DisplayName: Measurement noise
|
// @DisplayName: Measurement noise
|
||||||
// @Description: Standard deviation of noise in measurement
|
// @Description: Standard deviation of noise in measurement
|
||||||
// @Units:
|
|
||||||
// @Range: 0 10
|
// @Range: 0 10
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
|
|
||||||
@ -74,7 +71,6 @@ const AP_Param::GroupInfo SoaringController::var_info[] = {
|
|||||||
// @Param: POLAR_CD0
|
// @Param: POLAR_CD0
|
||||||
// @DisplayName: Zero lift drag coef.
|
// @DisplayName: Zero lift drag coef.
|
||||||
// @Description: Zero lift drag coefficient
|
// @Description: Zero lift drag coefficient
|
||||||
// @Units:
|
|
||||||
// @Range: 0 0.5
|
// @Range: 0 0.5
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("POLAR_CD0", 9, SoaringController, polar_CD0, 0.027),
|
AP_GROUPINFO("POLAR_CD0", 9, SoaringController, polar_CD0, 0.027),
|
||||||
@ -82,7 +78,6 @@ const AP_Param::GroupInfo SoaringController::var_info[] = {
|
|||||||
// @Param: POLAR_B
|
// @Param: POLAR_B
|
||||||
// @DisplayName: Induced drag coeffient
|
// @DisplayName: Induced drag coeffient
|
||||||
// @Description: Induced drag coeffient
|
// @Description: Induced drag coeffient
|
||||||
// @Units:
|
|
||||||
// @Range: 0 0.5
|
// @Range: 0 0.5
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("POLAR_B", 10, SoaringController, polar_B, 0.031),
|
AP_GROUPINFO("POLAR_B", 10, SoaringController, polar_B, 0.031),
|
||||||
|
Loading…
Reference in New Issue
Block a user