Skip to content

Commit

Permalink
Revert "fix(common_sensor_launch): change vlp16 param (#251) (#253)"
Browse files Browse the repository at this point in the history
This reverts commit e536068.

Signed-off-by: Sho Iwasawa <[email protected]>
  • Loading branch information
zusizusi committed Aug 7, 2024
1 parent 7a31c4b commit b8599f9
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="true"/>
<arg name="use_multithread" value="false"/>
<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 b8599f9

Please sign in to comment.