Skip to content

Commit

Permalink
fix plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
  • Loading branch information
TomohitoAndo committed Jan 15, 2025
1 parent db7f888 commit 4678392
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def launch_setup(context, *args, **kwargs):
# set concat filter as a component
concat_component = ComposableNode(
package="autoware_pointcloud_preprocessor",
plugin="autoware_pointcloud_preprocessor::PointCloudConcatenateDataSynchronizerComponent",
plugin="autoware::pointcloud_preprocessor::PointCloudConcatenateDataSynchronizerComponent",
name="concatenate_data",
remappings=[
("~/input/twist", "/sensing/vehicle_velocity_converter/twist_with_covariance"),
Expand Down

0 comments on commit 4678392

Please sign in to comment.