Skip to content

Commit

Permalink
Fix bug of pointcloud_preprocessor.py (autowarefoundation#179)
Browse files Browse the repository at this point in the history
Signed-off-by: autoware <autoware@example.com>

Co-authored-by: autoware <autoware@example.com>
  • Loading branch information
2 people authored and 1222-takeshi committed Dec 10, 2021
1 parent 38a27f7 commit d1a5796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def launch_setup(context, *args, **kwargs):
package=pkg,
plugin='pointcloud_preprocessor::PointCloudConcatenateDataSynchronizerComponent',
name='concatenate_data',
remappings=[('/output', 'concatenated/pointcloud')],
remappings=[('output', 'concatenated/pointcloud')],
parameters=[{
'input_topics': ['/sensing/lidar/top/outlier_filtered/pointcloud',
'/sensing/lidar/front_left/mirror_cropped/pointcloud',
Expand Down

0 comments on commit d1a5796

Please sign in to comment.