JointMimic¶
-
class
urdfpy.JointMimic(joint, multiplier=None, offset=None)[source]¶ Bases:
urdfpy.URDFTypeA mimicry tag for a joint, which forces its configuration to mimic another joint’s.
This joint’s configuration value is set equal to
multiplier * other_joint_cfg + offset.Parameters: Attributes Summary
jointThe name of the joint to mimic. multiplierThe multiplier for the joint configuration. offsetThe offset for the joint configuration Attributes Documentation