Skip to content

Commit

Permalink
mecanum_drive: use mesh wheels in example world
Browse files Browse the repository at this point in the history
Use the Mecanum wheel meshes from the "Mecanum lift"
model on Gazebo Fuel in the mecanum_drive example world.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Nov 19, 2023
1 parent 81850ce commit 79925d4
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions examples/worlds/mecanum_drive.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,16 @@
</inertia>
</inertial>
<visual name='visual'>
<pose>0 0 0 1.5707 0 0</pose>
<geometry>
<sphere>
<!--sphere>
<radius>0.3</radius>
</sphere>
</sphere-->
<!--box><size>0.6 0.6 0.6</size></box-->
<!--mesh>
<uri>https://raw.githubusercontent.com/robomaster-oss/rmoss_ign_resources/main/models/rmua19_standard_robot/meshes/wheel_left.dae</uri>
<scale>2.4 2.4 2.4</scale>
</mesh-->
<mesh>
<uri>https://fuel.gazebosim.org/1.0/OpenRobotics/models/Mecanum lift/tip/files/meshes/mecanum_wheel_left.STL</uri>
<scale>0.006 0.006 0.006</scale>
</mesh>
</geometry>
<material>
<ambient>0.2 0.2 0.2 1</ambient>
Expand Down Expand Up @@ -176,11 +177,16 @@
</inertia>
</inertial>
<visual name='visual'>
<pose>0 0 0 1.5707 0 0</pose>
<geometry>
<sphere>
<!--sphere>
<radius>0.3</radius>
</sphere>
</sphere-->
<!--box><size>0.6 0.6 0.6</size></box-->
<mesh>
<uri>https://fuel.gazebosim.org/1.0/OpenRobotics/models/Mecanum lift/tip/files/meshes/mecanum_wheel_right.STL</uri>
<scale>0.006 0.006 0.006</scale>
</mesh>
</geometry>
<material>
<ambient>0.2 0.2 0.2 1</ambient>
Expand Down Expand Up @@ -220,11 +226,16 @@
</inertia>
</inertial>
<visual name='visual'>
<pose>0 0 0 1.5707 0 0</pose>
<geometry>
<sphere>
<!--sphere>
<radius>0.3</radius>
</sphere>
</sphere-->
<!--box><size>0.6 0.6 0.6</size></box-->
<mesh>
<uri>https://fuel.gazebosim.org/1.0/OpenRobotics/models/Mecanum lift/tip/files/meshes/mecanum_wheel_right.STL</uri>
<scale>0.006 0.006 0.006</scale>
</mesh>
</geometry>
<material>
<ambient>0.2 0.2 0.2 1</ambient>
Expand Down Expand Up @@ -264,11 +275,16 @@
</inertia>
</inertial>
<visual name='visual'>
<pose>0 0 0 1.5707 0 0</pose>
<geometry>
<sphere>
<!--sphere>
<radius>0.3</radius>
</sphere>
</sphere-->
<!--box><size>0.6 0.6 0.6</size></box-->
<mesh>
<uri>https://fuel.gazebosim.org/1.0/OpenRobotics/models/Mecanum lift/tip/files/meshes/mecanum_wheel_left.STL</uri>
<scale>0.006 0.006 0.006</scale>
</mesh>
</geometry>
<material>
<ambient>0.2 0.2 0.2 1</ambient>
Expand Down

0 comments on commit 79925d4

Please sign in to comment.