Skip to content

Commit

Permalink
Revert "Limit the simulated RP Lidar to 180 degrees (the max supporte…
Browse files Browse the repository at this point in the history
…d by the plugin)"

This reverts commit b6f30a2.
  • Loading branch information
civerachb-cpr committed Jan 13, 2025
1 parent cb6ab27 commit e8b710f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions turtlebot4_description/urdf/sensors/rplidar.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@
</link>

<gazebo reference="${name}_link">
<!--
GPU Ray sensor plugin only supports 180 degrees, so limig to the front arc only
-->
<xacro:ray_sensor sensor_name="${name}" gazebo="${gazebo}"
update_rate="62.0" visualize="1"
h_samples="640" h_res="1.0" h_min_angle="${-pi/2}" h_max_angle="${pi/2}"
h_samples="640" h_res="1.0" h_min_angle="${-pi}" h_max_angle="${pi}"
r_min="0.164" r_max="12.0" r_res="0.01">
<plugin name="dummy" filename="dummyfile"></plugin>
</xacro:ray_sensor>
Expand Down

0 comments on commit e8b710f

Please sign in to comment.