forked from Archive/PX4-Autopilot
fix incorrect L1 period param documentation (#18811)
* fix incorrect L1 period param documentation * reduce minimum L1 period
This commit is contained in:
parent
8b1543e3b0
commit
95222baa33
|
@ -46,13 +46,13 @@
|
|||
/**
|
||||
* L1 period
|
||||
*
|
||||
* This is the L1 distance and defines the tracking
|
||||
* point ahead of the aircraft its following.
|
||||
* A value of 18-25 meters works for most aircraft. Shorten
|
||||
* Used to determine the L1 gain and controller time constant. This parameter is
|
||||
* proportional to the L1 distance (which points ahead of the aircraft on the path
|
||||
* it is following). A value of 18-25 seconds works for most aircraft. Shorten
|
||||
* slowly during tuning until response is sharp without oscillation.
|
||||
*
|
||||
* @unit m
|
||||
* @min 12.0
|
||||
* @unit s
|
||||
* @min 7.0
|
||||
* @max 50.0
|
||||
* @decimal 1
|
||||
* @increment 0.5
|
||||
|
|
Loading…
Reference in New Issue