Defines possible joint types.
class JointKinematicType(IntEnum):
Unset = -1
Prismatic = 0
Revolute = 1