Skip to content

Commit

Permalink
better colision model for mecanum wheels
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Szymański <[email protected]>
  • Loading branch information
Bitterisland6 committed Oct 27, 2023
1 parent 00df5a1 commit 2af4cf6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions leo_description/urdf/macros.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,14 @@
</geometry>
</visual>
<collision>
<origin xyz="0 0.04485 0" rpy="${pi/2} 0 0"/>
<origin xyz="0 -0.0317 0" rpy="${pi/2} 0 0"/>
<geometry>
<cylinder radius="0.057" length="0.07"/>
<cylinder radius="0.0635" length="0.0515"/>
</geometry>
</collision>
<collision>
<origin xyz="0 0.04485 0" rpy="${pi/2} 0 0"/>
<geometry>
<cylinder radius="0.0625" length="0.04"/>
</geometry>
</collision>
<collision>
<geometry>
<mesh filename="package://leo_description/models/Wheel_outline.stl"/>
<mesh filename="package://leo_description/models/Mecanum_wheel_outline.stl"/>
</geometry>
</collision>
</link>
Expand Down

0 comments on commit 2af4cf6

Please sign in to comment.