Skip to content

Commit

Permalink
model/lidar: incrase range to 50m (#1049)
Browse files Browse the repository at this point in the history
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
  • Loading branch information
sfuhrer committed Jul 18, 2024
1 parent 67431d2 commit 67af3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/lidar/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<plugin name="LaserPlugin" filename="libgazebo_lidar_plugin.so">
<robotNamespace></robotNamespace>
<min_distance>0.2</min_distance>
<max_distance>15.0</max_distance>
<max_distance>50.0</max_distance>
</plugin>
<always_on>1</always_on>
<update_rate>20</update_rate>
Expand Down

0 comments on commit 67af3c3

Please sign in to comment.