Skip to content

Commit 4eb1392

Browse files
committed
Remove unnecessary comments
1 parent d2970d1 commit 4eb1392

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

turtlebot4_description/urdf/sensors/rplidar.urdf.xacro

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,9 @@
3535
</link>
3636

3737
<gazebo reference="${name}_link">
38-
<!--
39-
GPU Ray sensor plugin only supports 180 degrees, so limit to the "front" arc only
40-
The lidar is actually mounted sideways on the robot, with +x to the left, so the
41-
front arc is actually 0 to -pi
42-
-->
43-
<xacro:ray_sensor sensor_name="${name}" gazebo="${gazebo}"
44-
update_rate="62.0" visualize="1"
45-
h_samples="640" h_res="1.0" h_min_angle="${-pi}" h_max_angle="${pi}"
38+
<xacro:ray_sensor sensor_name="${name}" gazebo="${gazebo}"
39+
update_rate="62.0" visualize="1"
40+
h_samples="640" h_res="1.0" h_min_angle="${-pi}" h_max_angle="${pi}"
4641
r_min="0.164" r_max="12.0" r_res="0.01">
4742
<plugin name="dummy" filename="dummyfile"></plugin>
4843
</xacro:ray_sensor>

turtlebot4_navigation/config/nav2.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ local_costmap:
135135
width: 3
136136
height: 3
137137
resolution: 0.06
138-
#robot_radius: 0.175
139138
footprint: "[[ 0.189, 0.000],
140139
[ 0.134, -0.134],
141140
[ 0.000, -0.189],
@@ -182,7 +181,6 @@ global_costmap:
182181
publish_frequency: 1.0
183182
global_frame: map
184183
robot_base_frame: base_link
185-
#robot_radius: 0.175
186184
footprint: "[[ 0.189, 0.000],
187185
[ 0.134, -0.134],
188186
[ 0.000, -0.189],

0 commit comments

Comments
 (0)