upkie 6.1.0
Open-source wheeled biped robots
|
Joint limit in configuration and tangent spaces. More...
Public Member Functions | |
def | __init__ (self, float lower, float upper, float velocity, float effort) |
Manual constructor for joint limits. More... | |
Joint limit in configuration and tangent spaces.
Attributes of this class match the URDF specification.
def upkie.model.joint_limit.JointLimit.__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.)