Skip to content

Commit

Permalink
fix(pointcloud_preprocessor): organize input twist topic (#77)
Browse files Browse the repository at this point in the history
* fix(pointcloud_preprocessor): organize input twist topic

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* fix

Signed-off-by: kminoda <koji.minoda@tier4.jp>

---------

Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
kminoda committed Sep 26, 2023
1 parent 417f7ce commit 0ecfd22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def launch_setup(context, *args, **kwargs):
"/sensing/lidar/right/outlier_filtered/pointcloud",
],
"output_frame": LaunchConfiguration("base_frame"),
"input_twist_topic_type": "twist",
}
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
Expand Down

0 comments on commit 0ecfd22

Please sign in to comment.