Skip to content

Commit

Permalink
Turns out the warning about the lidar being limited to 180 degrees is…
Browse files Browse the repository at this point in the history
… a mistake, and you _actually_ do get 360 degrees
  • Loading branch information
civerachb-cpr committed Aug 2, 2024
1 parent 5ab0bdc commit 7240424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtlebot4_description/urdf/sensors/rplidar.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
-->
<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}" h_max_angle="0"
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 7240424

Please sign in to comment.