mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
control_allocator: fix typo and use [0,1] instead of [0%, 100%] in slew rate description
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
This commit is contained in:
parent
c1cab2d4e0
commit
165f644580
@ -72,7 +72,7 @@ parameters:
|
||||
short: Motor ${i} slew rate limit
|
||||
long: |
|
||||
Forces the motor output signal to take at least the configured time (in seconds)
|
||||
to traverse its full rangr normally [0%, 100%] if reversible [-100%, 100%].
|
||||
to traverse its full range (normally [0, 1], or if reversible [-1, 1]).
|
||||
|
||||
Zero means that slew rate limiting is disabled.
|
||||
type: float
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user