Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Use approximate_downsample_filter_node (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored and Kenji Miyake committed Mar 30, 2021
1 parent f15a40a commit 31ef2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localization_launch/launch/util/util.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


<!-- Run a VoxelGrid filter to clean NaNs and downsample the data -->
<node pkg="pointcloud_preprocessor" exec="voxel_grid_downsample_filter_node" name="voxel_grid_filter" output="log">
<node pkg="pointcloud_preprocessor" exec="approximate_downsample_filter_node" name="voxel_grid_filter" output="log">
<param name="use_sim_time" value="$(env AW_ROS2_USE_SIM_TIME false)"/>
<remap from="input" to="$(var output_measurement_range_sensor_points_topic)" />
<remap from="output" to="$(var output_voxel_grid_downsample_sensor_points_topic)" />
Expand Down

0 comments on commit 31ef2e3

Please sign in to comment.