Transmission¶
-
class
urdfpy.Transmission(name, trans_type, joints=None, actuators=None)[source]¶ Bases:
urdfpy.URDFTypeAn element that describes the relationship between an actuator and a joint.
Parameters: - name (str) – The name of this transmission.
- trans_type (str) – The type of this transmission.
- joints (list of
TransmissionJoint) – The joints connected to this transmission. - actuators (list of
Actuator) – The actuators connected to this transmission.
Attributes Summary
actuatorsThe actuators the transmission is connected to. jointsThe joints the transmission is connected to. nameThe name of this transmission. trans_typeThe type of this transmission. Attributes Documentation
-
joints¶ The joints the transmission is connected to.
Type: TransmissionJoint