Skip to content
Snippets Groups Projects
Commit 0a46f9fc authored by Carlos Mastalli's avatar Carlos Mastalli
Browse files

[bugfix] Fixed bug with the mesh path + used .stl instead of .STL

parent 8469bfed
No related branches found
No related tags found
No related merge requests found
Pipeline #6801 passed
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
rpy="0 0 0" /> rpy="0 0 0" />
<geometry> <geometry>
<mesh <mesh
filename="package://2dof_description/meshes/base_link.STL" /> filename="package://double_pendulum_description/meshes/base_link.stl" />
</geometry> </geometry>
<material <material
name=""> name="">
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
rpy="0 0 0" /> rpy="0 0 0" />
<geometry> <geometry>
<mesh <mesh
filename="package://2dof_description/meshes/base_link.STL" /> filename="package://double_pendulum_description/meshes/base_link.stl" />
</geometry> </geometry>
</collision> </collision>
</link> </link>
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
rpy="0 0 0" /> rpy="0 0 0" />
<geometry> <geometry>
<mesh <mesh
filename="package://2dof_description/meshes/link1.STL" /> filename="package://double_pendulum_description/meshes/link1.stl" />
</geometry> </geometry>
<material <material
name=""> name="">
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
rpy="0 0 0" /> rpy="0 0 0" />
<geometry> <geometry>
<mesh <mesh
filename="package://2dof_description/meshes/link1.STL" /> filename="package://double_pendulum_description/meshes/link1.stl" />
</geometry> </geometry>
</collision> </collision>
</link> </link>
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
rpy="0 0 0" /> rpy="0 0 0" />
<geometry> <geometry>
<mesh <mesh
filename="package://2dof_description/meshes/link2.STL" /> filename="package://double_pendulum_description/meshes/link2.stl" />
</geometry> </geometry>
<material <material
name=""> name="">
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
rpy="0 0 0" /> rpy="0 0 0" />
<geometry> <geometry>
<mesh <mesh
filename="package://2dof_description/meshes/link2.STL" /> filename="package://double_pendulum_description/meshes/link2.stl" />
</geometry> </geometry>
</collision> </collision>
</link> </link>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment