Skip to content

Commit

Permalink
landing_target_estimator: Update landing target offset parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dvornikov-aa committed Dec 24, 2019
1 parent ca61007 commit 80ce8ea
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ PARAM_DEFINE_INT32(LTEST_EN, 0);
* Landing target X offset from estimated position in NED
*
* @unit m
* @min 0.0
* @min -100.0
* @max 100.0
* @decimal 2
*
Expand All @@ -190,7 +190,7 @@ PARAM_DEFINE_FLOAT(LTEST_OFF_X, 0.0f);
* Landing target Y offset from estimated position in NED
*
* @unit m
* @min 0.0
* @min -100.0
* @max 100.0
* @decimal 2
*
Expand All @@ -202,7 +202,7 @@ PARAM_DEFINE_FLOAT(LTEST_OFF_Y, 0.0f);
* Sensor X position offset in body frame
*
* @unit m
* @min 0.0
* @min -100.0
* @max 100.0
* @decimal 2
*
Expand All @@ -214,7 +214,7 @@ PARAM_DEFINE_FLOAT(LTEST_S_OFF_X, 0.0f);
* Sensor Y position offset in body frame
*
* @unit m
* @min 0.0
* @min -100.0
* @max 100.0
* @decimal 2
*
Expand Down

0 comments on commit 80ce8ea

Please sign in to comment.