Skip to content

Commit

Permalink
feat(sample_sensor_kit_launch): add input topic remapping (#59)
Browse files Browse the repository at this point in the history
add input topic remappinbg

Signed-off-by: Shunsuke Miura <[email protected]>
  • Loading branch information
miursh authored Jun 1, 2023
1 parent b70e5d0 commit 5900214
Showing 1 changed file with 4 additions and 1 deletion.
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 5900214

Please sign in to comment.