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 1468ffd commit f4423afCopy full SHA for f4423af
urdf/include/common_macros.urdf.xacro
@@ -65,6 +65,18 @@
65
<child link="${prefix}_wheel"/>
66
<origin xyz="${pos_x_joint} ${reflect* pos_y_joint} ${pos_z_joint}" rpy="0 0 0"/>
67
</joint>
68
+
69
+ <transmission name="${prefix}_wheel_transmission">
70
+ <type>transmission_interface/SimpleTransmission</type>
71
+ <joint name="${prefix}_wheel_joint">
72
+ <hardwareInterface>hardware_interface/VelocityJointInterface</hardwareInterface>
73
+ </joint>
74
+ <actuator name="${prefix}_motor">
75
76
+ <mechanicalReduction>1</mechanicalReduction>
77
+ </actuator>
78
+ </transmission>
79
80
</xacro:macro>
81
<!-- ======================================================================= -->
82
0 commit comments