mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-25 07:25:08 +08:00
Navigator: fix param description of NAV_LOITER_RAD
Account for negative=CCW. Signed-off-by: Silvan <silvan@auterion.com>
This commit is contained in:
@@ -43,11 +43,14 @@
|
||||
/**
|
||||
* Loiter radius (FW only)
|
||||
*
|
||||
* Default value of loiter radius in FW mode (e.g. for Loiter mode).
|
||||
* Default value of loiter radius in fixed-wing mode (e.g. for Loiter mode).
|
||||
*
|
||||
* The direction of the loiter can be set via the sign: A positive value for
|
||||
* clockwise, negative for counter-clockwise.
|
||||
*
|
||||
* @unit m
|
||||
* @min 25
|
||||
* @max 1000
|
||||
* @min -10000
|
||||
* @max 10000
|
||||
* @decimal 1
|
||||
* @increment 0.5
|
||||
* @group Mission
|
||||
|
||||
Reference in New Issue
Block a user