mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
removing hardcoded units from parameter descriptions throughout land_detector_params
This commit is contained in:
committed by
Mathieu Bresciani
parent
32012cb3ee
commit
d4dd019578
@@ -34,7 +34,7 @@
|
||||
/**
|
||||
* Fixedwing max horizontal velocity
|
||||
*
|
||||
* Maximum horizontal velocity allowed in the landed state (m/s)
|
||||
* Maximum horizontal velocity allowed in the landed state
|
||||
*
|
||||
* @unit m/s
|
||||
* @min 0.5
|
||||
@@ -48,7 +48,7 @@ PARAM_DEFINE_FLOAT(LNDFW_VEL_XY_MAX, 5.0f);
|
||||
/**
|
||||
* Fixedwing max climb rate
|
||||
*
|
||||
* Maximum vertical velocity allowed in the landed state (m/s up and down)
|
||||
* Maximum vertical velocity allowed in the landed state
|
||||
*
|
||||
* @unit m/s
|
||||
* @min 0.1
|
||||
@@ -62,7 +62,7 @@ PARAM_DEFINE_FLOAT(LNDFW_VEL_Z_MAX, 3.0f);
|
||||
/**
|
||||
* Fixedwing max horizontal acceleration
|
||||
*
|
||||
* Maximum horizontal (x,y body axes) acceleration allowed in the landed state (m/s^2)
|
||||
* Maximum horizontal (x,y body axes) acceleration allowed in the landed state
|
||||
*
|
||||
* @unit m/s^2
|
||||
* @min 2
|
||||
@@ -76,7 +76,7 @@ PARAM_DEFINE_FLOAT(LNDFW_XYACC_MAX, 8.0f);
|
||||
/**
|
||||
* Airspeed max
|
||||
*
|
||||
* Maximum airspeed allowed in the landed state (m/s)
|
||||
* Maximum airspeed allowed in the landed state
|
||||
*
|
||||
* @unit m/s
|
||||
* @min 4
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
/**
|
||||
* Multicopter max climb rate
|
||||
*
|
||||
* Maximum vertical velocity allowed in the landed state (m/s up and down)
|
||||
* Maximum vertical velocity allowed in the landed state
|
||||
*
|
||||
* @unit m/s
|
||||
* @decimal 1
|
||||
@@ -46,7 +46,7 @@ PARAM_DEFINE_FLOAT(LNDMC_Z_VEL_MAX, 0.50f);
|
||||
/**
|
||||
* Multicopter max horizontal velocity
|
||||
*
|
||||
* Maximum horizontal velocity allowed in the landed state (m/s)
|
||||
* Maximum horizontal velocity allowed in the landed state
|
||||
*
|
||||
* @unit m/s
|
||||
* @decimal 1
|
||||
|
||||
Reference in New Issue
Block a user