We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b534e03 commit 9b3356eCopy full SHA for 9b3356e
pmb2_description/urdf/wheels/wheel.ros2_control.xacro
@@ -18,11 +18,11 @@
18
</joint>
19
20
<transmission name="wheel_${side}_trans">
21
- <type>transmission_interface/SimpleTransmission</type>
22
- <actuator name="wheel_${side}_motor">
+ <plugin>transmission_interface/SimpleTransmission</plugin>
+ <actuator name="wheel_${side}_motor" role="actuator1">
23
<mechanicalReduction>1.0</mechanicalReduction>
24
</actuator>
25
- <joint name="wheel_${side}_joint">
+ <joint name="wheel_${side}_joint" role="joint1">
26
<hardwareInterface>hardware_interface/VelocityJointInterface</hardwareInterface>
27
<hardwareInterface>hardware_interface/JointStateInterface</hardwareInterface>
28
0 commit comments