Skip to content

Commit 9b3356e

Browse files
author
Victor Lopez
committed
Update to new transmission format
1 parent b534e03 commit 9b3356e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pmb2_description/urdf/wheels/wheel.ros2_control.xacro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
</joint>
1919

2020
<transmission name="wheel_${side}_trans">
21-
<type>transmission_interface/SimpleTransmission</type>
22-
<actuator name="wheel_${side}_motor">
21+
<plugin>transmission_interface/SimpleTransmission</plugin>
22+
<actuator name="wheel_${side}_motor" role="actuator1">
2323
<mechanicalReduction>1.0</mechanicalReduction>
2424
</actuator>
25-
<joint name="wheel_${side}_joint">
25+
<joint name="wheel_${side}_joint" role="joint1">
2626
<hardwareInterface>hardware_interface/VelocityJointInterface</hardwareInterface>
2727
<hardwareInterface>hardware_interface/JointStateInterface</hardwareInterface>
2828
</joint>

0 commit comments

Comments
 (0)