Skip to content

Commit 0ae8093

Browse files
authored
Fixed issue with tilted Lidar (#27)
* Update gz_waffle.sdf.xacro Adjusted wheel radius to correct value Signed-off-by: Pranav <[email protected]> * Adjusted wheel radius to correct value Signed-off-by: Pranav <[email protected]> * Adjusted wheel radius to correct value Signed-off-by: Pranav <[email protected]> --------- Signed-off-by: Pranav <[email protected]>
1 parent 66012e2 commit 0ae8093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nav2_minimal_tb3_sim/urdf/gz_waffle.sdf.xacro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<link name="base_link">
1111

12-
<inertial>
12+
<inertial>
1313
<pose>-0.064 0 0.048 0 0 0</pose>
1414
<inertia>
1515
<ixx>0.001</ixx>
@@ -299,7 +299,7 @@
299299
<collision name='collision'>
300300
<geometry>
301301
<sphere>
302-
<radius>0.005000</radius>
302+
<radius>0.006000</radius>
303303
</sphere>
304304
</geometry>
305305
<surface>
@@ -333,7 +333,7 @@
333333
<collision name='collision'>
334334
<geometry>
335335
<sphere>
336-
<radius>0.005000</radius>
336+
<radius>0.006000</radius>
337337
</sphere>
338338
</geometry>
339339
<surface>

0 commit comments

Comments
 (0)