diff --git a/design_drafts/joint_interfaces_and_transmissions.md b/design_drafts/joint_interfaces_and_transmissions.md index 53d203d..9aab029 100644 --- a/design_drafts/joint_interfaces_and_transmissions.md +++ b/design_drafts/joint_interfaces_and_transmissions.md @@ -35,49 +35,57 @@ and ties in with the use of the [flexible joint states message](https://github.c ## Proposal ### urdf -Over the years we didn't receive any feedback about the URDF notation being good/bad which means it's not currently a pain point for anyone at the moment, this design will not propose any changes to that. -Let's stick with the notation: + ``` transmission_interface/ExtendedSimpleTransmission - 0.0 - hardware_interface/PositionJointInterface - hardware_interface/VelocityJointInterface - hardware_interface/EffortJointInterface - awesome_interface/FooJointInterface - + + + hardware_interface/EffortJointCommandInterface + + + + hardware_interface/PositionJointInterface + + hardware_interface/VelocityJointInterface + + hardware_interface/AccelerationJointInterface + + + + + hardware_interface/EffortJointCommandInterface + + + hardware_interface/PositionJointInterface + hardware_interface/VelocityJointInterface + hardware_interface/AccelerationJointInterface + + + + + + hardware_interface/VelocityJointCommandInterface + + +