Skip to content

Commit

Permalink
control_allocator: fix typo and use [0,1] instead of [0%, 100%] in sl…
Browse files Browse the repository at this point in the history
…ew rate description

Co-authored-by: Hamish Willee <[email protected]>
  • Loading branch information
2 people authored and sfuhrer committed Jan 27, 2025
1 parent c1cab2d commit 165f644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/control_allocator/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 165f644

Please sign in to comment.