|
upkie
11.0.0
Open-source wheeled biped robots
|
| def upkie.utils.clamp.clamp_abs_and_warn | ( | float | value, |
| float | bound, | ||
| str | label | ||
| ) |
Clamp a value's absolute value, keeping its sign, warning if the value is changed.
| value | Value to clamp. |
| bound | Absolute value bound. |
| label | Label to describe the value. |