Skip to content

Commit

Permalink
Improve visual geometry comments
Browse files Browse the repository at this point in the history
* Add comment about scale of mesh visual
* Remove commented box, sphere geometries

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Nov 20, 2023
1 parent 79925d4 commit a7bb50b
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions examples/worlds/mecanum_drive.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,7 @@
<visual name='visual'>
<pose>0 0 0 1.5707 0 0</pose>
<geometry>
<!--sphere>
<radius>0.3</radius>
</sphere-->
<!--box><size>0.6 0.6 0.6</size></box-->
<!-- scale mesh to radius == 0.3 -->
<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>
Expand Down Expand Up @@ -179,10 +176,7 @@
<visual name='visual'>
<pose>0 0 0 1.5707 0 0</pose>
<geometry>
<!--sphere>
<radius>0.3</radius>
</sphere-->
<!--box><size>0.6 0.6 0.6</size></box-->
<!-- scale mesh to radius == 0.3 -->
<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>
Expand Down Expand Up @@ -228,10 +222,7 @@
<visual name='visual'>
<pose>0 0 0 1.5707 0 0</pose>
<geometry>
<!--sphere>
<radius>0.3</radius>
</sphere-->
<!--box><size>0.6 0.6 0.6</size></box-->
<!-- scale mesh to radius == 0.3 -->
<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>
Expand Down Expand Up @@ -277,10 +268,7 @@
<visual name='visual'>
<pose>0 0 0 1.5707 0 0</pose>
<geometry>
<!--sphere>
<radius>0.3</radius>
</sphere-->
<!--box><size>0.6 0.6 0.6</size></box-->
<!-- scale mesh to radius == 0.3 -->
<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>
Expand Down

0 comments on commit a7bb50b

Please sign in to comment.