2025-03-10 06:23:26 +00:00
|
|
|
|
<?xml version="1.0" ?>
|
2025-05-22 07:22:55 +00:00
|
|
|
|
<!--
|
|
|
|
|
|
Copyright 2025 Reazon Holdings, Inc.
|
|
|
|
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
|
|
limitations under the License.
|
|
|
|
|
|
-->
|
2025-03-11 04:06:46 +00:00
|
|
|
|
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="openarm_bimanual">
|
2025-03-10 06:23:26 +00:00
|
|
|
|
|
2025-03-11 04:35:34 +00:00
|
|
|
|
<xacro:include filename="$(find openarm_description)/urdf/openarm.xacro"/>
|
2025-04-22 09:46:27 +00:00
|
|
|
|
<xacro:include filename="$(find openarm_bimanual_description)/urdf/openarm_pedestal.urdf"/>
|
|
|
|
|
|
<xacro:include filename="openarm_bimanual_sensors.xacro"/>
|
2025-03-10 06:23:26 +00:00
|
|
|
|
|
2025-04-10 09:31:15 +00:00
|
|
|
|
<link name="world"/>
|
2025-03-10 06:23:26 +00:00
|
|
|
|
<joint name="dummy_joint" type="fixed">
|
|
|
|
|
|
<parent link="world"/>
|
|
|
|
|
|
<child link="pedestal_link"/>
|
|
|
|
|
|
<origin xyz="0.0 0.0 0.0" rpy="0.0 0.0 0.0"/>
|
|
|
|
|
|
</joint>
|
2025-04-10 09:31:15 +00:00
|
|
|
|
|
|
|
|
|
|
<xacro:openarm prefix="right_" side="right" zero_pos="arm" can_device="can0"/>
|
2025-04-01 04:47:32 +00:00
|
|
|
|
<joint name="right_fixed1" type="fixed">
|
2025-03-10 06:23:26 +00:00
|
|
|
|
<parent link="pedestal_link"/>
|
2025-04-10 09:31:15 +00:00
|
|
|
|
<child link="right_dummy_link"/>
|
2025-03-10 12:24:14 +00:00
|
|
|
|
<origin rpy="${3.0186531925068127 + pi} -1.5707963267948268 0.12293946108298068" xyz="-0.09 0.0 0.893"/>
|
2025-03-10 06:23:26 +00:00
|
|
|
|
</joint>
|
2025-04-15 06:38:11 +00:00
|
|
|
|
|
2025-04-10 09:31:15 +00:00
|
|
|
|
<xacro:openarm prefix="left_" side="left" zero_pos="arm" can_device="can1"/>
|
|
|
|
|
|
<joint name="left_fixed1" type="fixed">
|
|
|
|
|
|
<parent link="pedestal_link"/>
|
|
|
|
|
|
<child link="left_dummy_link"/>
|
|
|
|
|
|
<origin rpy="3.0144791747751833 -1.5707963267948324 0.12689401604101067" xyz="0.09 0.0 0.893"/>
|
|
|
|
|
|
</joint>
|
|
|
|
|
|
|
2025-03-10 06:23:26 +00:00
|
|
|
|
</robot>
|