Skip to content

Commit

Permalink
[urdf] Remove duplicated geometry.
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-lamiraux committed Apr 3, 2023
1 parent 950c319 commit 0d90777
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions urdf/robot.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -54,37 +54,6 @@

<link name="world" />

<link name="wall_link">
<inertial>
<mass value="1000"/>
<origin xyz="0 0 0.45"/>
<inertia ixx="50" ixy="0" ixz="0" iyy="50" iyz="0" izz="50" />
</inertial>

<visual>
<origin xyz="-3 -4.55 3.43" rpy="0 0 1.5708" />
<geometry>
<mesh filename="package://agimus_demos/ur10/pointing/meshes/IMC.stl" scale="0.001 0.001 0.001"/>
</geometry>
<material name="white">
<color rgba="1 1 1 1"/>
</material>
</visual>
<collision>
<origin xyz="-3 -4.55 3.43" rpy="0 0 1.5708" />
<geometry>
<mesh filename="package://agimus_demos/ur10/pointing/meshes/IMC.stl" scale="0.001 0.001 0.001" />
</geometry>
</collision>

</link>

<joint name="wall_joint" type="fixed">
<parent link="world" />
<child link = "wall_link" />
<origin xyz="-1.4 0.0 0.0" rpy="0.0 0.0 0.0" />
</joint>

<link name="support_link">
<inertial>
<mass value="200"/>
Expand Down

0 comments on commit 0d90777

Please sign in to comment.