mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +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:
parent
63f9acfa84
commit
e0a35b21a8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user