upkie 9.0.1
Open-source wheeled biped robots
|
def __init__ | ( | self, | |
float | lower, | ||
float | upper, | ||
float | velocity, | ||
float | effort | ||
) |
Manual constructor for joint limits.
(We don't use a dataclass
because Doxygen does not detect attribute-only declarations in Python as of version 1.9.1.)