e938b6921f
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
49 lines
1.7 KiB
XML
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>
|