Skip to content

Commit

Permalink
feat(aip_x2_launch): add input topic remapping (#161)
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <[email protected]>
  • Loading branch information
tkimura4 authored and 0x126 committed Jul 31, 2023
1 parent 34bb99d commit 18538cd
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 18538cd

Please sign in to comment.