File tree Expand file tree Collapse file tree
turtlebot4_description/urdf/sensors
turtlebot4_navigation/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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],
You can’t perform that action at this time.
0 commit comments