Skip to content

Commit

Permalink
fix vlp16 param
Browse files Browse the repository at this point in the history
Signed-off-by: Sho Iwasawa <[email protected]>
  • Loading branch information
zusizusi committed Jul 4, 2024
1 parent 40322e3 commit 74a27fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_sensor_launch/launch/velodyne_VLP16.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<arg name="cloud_max_angle" value="$(var cloud_max_angle)"/>
<arg name="vehicle_mirror_param_file" value="$(var vehicle_mirror_param_file)"/>
<arg name="use_intra_process" value="true"/>
<arg name="use_multithread" value="false"/>
<arg name="use_multithread" value="true"/>
<arg name="container_name" value="$(var container_name)"/>
<arg name="vertical_bins" value="$(var vertical_bins)"/>
<arg name="horizontal_ring_id" value="$(var horizontal_ring_id)"/>
Expand Down

0 comments on commit 74a27fe

Please sign in to comment.