Skip to main content

Joint Info

JointInfo contains information about a joint such as name, type, lower bound, upper bound, parent link, or child link. It is generated through the parsing of the input URDF and is accessible as a property or getter of the solver.

ParameterTypeDescription
namestringThe name of a partiuclar joint. Each joint has an unique name
joint typestringThe types of joints are consisted of Revolute, Prismatic,and Spherical
lower_boundfloatThe lowerest value of the joint space
upper_boundfloatThe highest value of the joint spac
max_velocityfloatThe max speed of a joint
axisfloat array of length 3The coordinate system/motion axis
mimicoptional MimicInfoThe mimic joint
parent_linkstringThe parent link of the joint
child_linkstringThe child link of the joint