Skip to content
Snippets Groups Projects
Commit b4eafd06 authored by Etienne ARLAUD's avatar Etienne ARLAUD
Browse files

[topic/Go2] tigh convex collisison mesh

parent 68b2a875
No related branches found
No related tags found
No related merge requests found
File added
File added
...@@ -134,9 +134,6 @@ Stephen Brawner (brawner@gmail.com) ...@@ -134,9 +134,6 @@ Stephen Brawner (brawner@gmail.com)
izz="0.00103" /> izz="0.00103" />
</inertial> </inertial>
<visual> <visual>
<origin
xyz="0 0 0"
rpy="0 0 0" />
<geometry> <geometry>
<mesh <mesh
filename="package://example-robot-data/robots/go2_description/visuals/thigh.dae" /> filename="package://example-robot-data/robots/go2_description/visuals/thigh.dae" />
...@@ -147,12 +144,9 @@ Stephen Brawner (brawner@gmail.com) ...@@ -147,12 +144,9 @@ Stephen Brawner (brawner@gmail.com)
rgba="1 1 1 1" /> rgba="1 1 1 1" />
</material> </material>
</visual> </visual>
<collision> <collision><geometry>
<origin rpy="0 1.5707963267948966 0" xyz="0 0 -0.1065" /> <mesh filename="package://example-robot-data/robots/go2_description/collisions/thigh_convex.stl" />
<geometry> </geometry></collision>
<box size="0.213 0.0245 0.034" />
</geometry>
</collision>
</link> </link>
<joint <joint
name="FL_thigh_joint" name="FL_thigh_joint"
...@@ -378,9 +372,6 @@ Stephen Brawner (brawner@gmail.com) ...@@ -378,9 +372,6 @@ Stephen Brawner (brawner@gmail.com)
izz="0.00103" /> izz="0.00103" />
</inertial> </inertial>
<visual> <visual>
<origin
xyz="0 0 0"
rpy="0 0 0" />
<geometry> <geometry>
<mesh <mesh
filename="package://example-robot-data/robots/go2_description/visuals/thigh_mirror.dae" /> filename="package://example-robot-data/robots/go2_description/visuals/thigh_mirror.dae" />
...@@ -391,12 +382,9 @@ Stephen Brawner (brawner@gmail.com) ...@@ -391,12 +382,9 @@ Stephen Brawner (brawner@gmail.com)
rgba="1 1 1 1" /> rgba="1 1 1 1" />
</material> </material>
</visual> </visual>
<collision> <collision><geometry>
<origin rpy="0 1.5707963267948966 0" xyz="0 0 -0.1065" /> <mesh filename="package://example-robot-data/robots/go2_description/collisions/thigh_mirror_convex.stl" />
<geometry> </geometry></collision>
<box size="0.213 0.0245 0.034" />
</geometry>
</collision>
</link> </link>
<joint <joint
name="FR_thigh_joint" name="FR_thigh_joint"
...@@ -622,9 +610,6 @@ Stephen Brawner (brawner@gmail.com) ...@@ -622,9 +610,6 @@ Stephen Brawner (brawner@gmail.com)
izz="0.00103" /> izz="0.00103" />
</inertial> </inertial>
<visual> <visual>
<origin
xyz="0 0 0"
rpy="0 0 0" />
<geometry> <geometry>
<mesh <mesh
filename="package://example-robot-data/robots/go2_description/visuals/thigh.dae" /> filename="package://example-robot-data/robots/go2_description/visuals/thigh.dae" />
...@@ -635,12 +620,9 @@ Stephen Brawner (brawner@gmail.com) ...@@ -635,12 +620,9 @@ Stephen Brawner (brawner@gmail.com)
rgba="1 1 1 1" /> rgba="1 1 1 1" />
</material> </material>
</visual> </visual>
<collision> <collision><geometry>
<origin rpy="0 1.5707963267948966 0" xyz="0 0 -0.1065" /> <mesh filename="package://example-robot-data/robots/go2_description/collisions/thigh_convex.stl" />
<geometry> </geometry></collision>
<box size="0.213 0.0245 0.034" />
</geometry>
</collision>
</link> </link>
<joint <joint
name="RL_thigh_joint" name="RL_thigh_joint"
...@@ -866,9 +848,6 @@ Stephen Brawner (brawner@gmail.com) ...@@ -866,9 +848,6 @@ Stephen Brawner (brawner@gmail.com)
izz="0.00103" /> izz="0.00103" />
</inertial> </inertial>
<visual> <visual>
<origin
xyz="0 0 0"
rpy="0 0 0" />
<geometry> <geometry>
<mesh <mesh
filename="package://example-robot-data/robots/go2_description/visuals/thigh_mirror.dae" /> filename="package://example-robot-data/robots/go2_description/visuals/thigh_mirror.dae" />
...@@ -879,12 +858,9 @@ Stephen Brawner (brawner@gmail.com) ...@@ -879,12 +858,9 @@ Stephen Brawner (brawner@gmail.com)
rgba="1 1 1 1" /> rgba="1 1 1 1" />
</material> </material>
</visual> </visual>
<collision> <collision><geometry>
<origin rpy="0 1.5707963267948966 0" xyz="0 0 -0.1065" /> <mesh filename="package://example-robot-data/robots/go2_description/collisions/thigh_mirror_convex.stl" />
<geometry> </geometry></collision>
<box size="0.213 0.0245 0.034" />
</geometry>
</collision>
</link> </link>
<joint <joint
name="RR_thigh_joint" name="RR_thigh_joint"
......
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