Skip to content

Commit

Permalink
[nav2_bringup] Update waffle.model (#2296)
Browse files Browse the repository at this point in the history
Changed to the latest tire mesh file names for waffle as per the latest `turtlebot3_gazebo` package.

This results in faster loading and resolves the errors that come in `gazebo --verbose`
  • Loading branch information
Jovian-Dsouza committed Apr 6, 2021
1 parent a947ab5 commit 2590238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nav2_bringup/bringup/worlds/waffle.model
Expand Up @@ -266,7 +266,7 @@
<pose>0.0 0.144 0.023 0 0 0</pose>
<geometry>
<mesh>
<uri>model://turtlebot3_waffle/meshes/left_tire.dae</uri>
<uri>model://turtlebot3_waffle/meshes/tire.dae</uri>
<scale>0.001 0.001 0.001</scale>
</mesh>
</geometry>
Expand Down Expand Up @@ -324,7 +324,7 @@
<pose>0.0 -0.144 0.023 0 0 0</pose>
<geometry>
<mesh>
<uri>model://turtlebot3_waffle/meshes/right_tire.dae</uri>
<uri>model://turtlebot3_waffle/meshes/tire.dae</uri>
<scale>0.001 0.001 0.001</scale>
</mesh>
</geometry>
Expand Down

0 comments on commit 2590238

Please sign in to comment.