Skip to content

Commit 316a379

Browse files
Merge pull request #55 from RethinkRobotics/sonar_fix
Modified the sample and min/max range for sonar
2 parents ded6365 + 3662187 commit 316a379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

baxter_description/urdf/baxter.urdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@
14061406
<ray>
14071407
<scan>
14081408
<horizontal>
1409-
<samples>6</samples>
1409+
<samples>12</samples>
14101410
<resolution>1.0</resolution>
14111411
<min_angle>-3.14</min_angle>
14121412
<max_angle>3.14</max_angle>
@@ -1419,7 +1419,7 @@
14191419
</vertical>
14201420
</scan>
14211421
<range>
1422-
<min>0.005</min>
1422+
<min>0.05</min>
14231423
<max>50.0</max>
14241424
</range>
14251425
</ray>

0 commit comments

Comments
 (0)