Skip to content

Commit

Permalink
Merge pull request #162 from tier4/chore/cherry-pick
Browse files Browse the repository at this point in the history
feat(aip_x2_launch): add input topic remapping (#161)
  • Loading branch information
0x126 authored Jul 31, 2023
2 parents 34bb99d + 18538cd commit 1b9b200
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aip_x2_launch/launch/pointcloud_preprocessor.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ def launch_setup(context, *args, **kwargs):
package="pointcloud_preprocessor",
plugin="pointcloud_preprocessor::PointCloudConcatenateDataSynchronizerComponent",
name="concatenate_data",
remappings=[("output", "concatenated/pointcloud")],
remappings=[
("~/input/twist", "/sensing/vehicle_velocity_converter/twist_with_covariance"),
("output", "concatenated/pointcloud"),
],
parameters=[
{
"input_topics": [
Expand Down

0 comments on commit 1b9b200

Please sign in to comment.