Skip to content

Commit

Permalink
Update Velodyne VLP16 sensor model
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunseok-yang committed Nov 19, 2024
1 parent 8271033 commit 5711e6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions models/velodyne_VLP16/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
</collision>

<sensor name="VLP-16_laser" type="gpu_ray">
<pose>0 0 0 0 -0 0</pose>
<ray>
<scan>
<horizontal>
<samples>720</samples>
<samples>360</samples>
<resolution>1</resolution>
<min_angle>-3.14</min_angle>
<max_angle>+3.14</max_angle>
<min_angle>-3.1415926</min_angle>
<max_angle>+3.1415926</max_angle>
</horizontal>
<vertical>
<samples>16</samples>
<samples>3</samples>
<resolution>1</resolution>
<min_angle>-0.17</min_angle>
<max_angle>0.17</max_angle>
</vertical>
Expand All @@ -67,7 +67,7 @@
</ray>
<!--<noise></noise>-->
<always_on>true</always_on>
<update_rate>30</update_rate>
<update_rate>5</update_rate>
<visualize>false</visualize>

<plugin name="LaserPlugin" filename="libLaserPlugin.so" >
Expand Down

0 comments on commit 5711e6a

Please sign in to comment.