Navigator: fix param description of NAV_LOITER_RAD

Account for negative=CCW.

Signed-off-by: Silvan <silvan@auterion.com>
This commit is contained in:
Silvan 2025-07-22 13:27:26 +02:00 committed by Silvan Fuhrer
parent 63f9acfa84
commit e0a35b21a8

View File

@ -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