Files
duru_urdf/urdf/duru_urdf.trans
T
Yoo Hee Sung e938b6921f Initial commit of duru_urdf package
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-27 11:04:29 +09:00

49 lines
1.7 KiB
XML

<?xml version="1.0" ?>
<robot name="duru_urdf" xmlns:xacro="http://www.ros.org/wiki/xacro" >
<transmission name="fwl_joint_tran">
<type>transmission_interface/SimpleTransmission</type>
<joint name="fwl_joint">
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
</joint>
<actuator name="fwl_joint_actr">
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="fwr_joint_tran">
<type>transmission_interface/SimpleTransmission</type>
<joint name="fwr_joint">
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
</joint>
<actuator name="fwr_joint_actr">
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="rwr_joint_tran">
<type>transmission_interface/SimpleTransmission</type>
<joint name="rwr_joint">
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
</joint>
<actuator name="rwr_joint_actr">
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="rwl_joint_tran">
<type>transmission_interface/SimpleTransmission</type>
<joint name="rwl_joint">
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
</joint>
<actuator name="rwl_joint_actr">
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
</robot>