Skip to content

Commit

Permalink
fix(perception_launch): fix namespace mismatch in perception launcher (
Browse files Browse the repository at this point in the history
…autowarefoundation#295)

* fix perception namespace mismatch

Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>

* Fix in camera lidar fusion

Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
  • Loading branch information
miursh authored Jul 22, 2022
1 parent f39e195 commit 14176cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

<!-- Pointcloud map filter -->
<group>
<push-ros-namespace namespace="obstacle_segmentation"/>
<include file="$(find-pkg-share perception_launch)/launch/object_recognition/detection/pointcloud_map_filter.launch.py" if="$(var use_pointcloud_map)">
<arg name="input_topic" value="$(var input/obstacle_segmentation/pointcloud)"/>
<arg name="output_topic" value="pointcloud_map_filtered/pointcloud"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<!-- Pointcloud map filter -->
<group>
<push-ros-namespace namespace="obstacle_segmentation"/>
<include file="$(find-pkg-share perception_launch)/launch/object_recognition/detection/pointcloud_map_filter.launch.py" if="$(var use_pointcloud_map)">
<arg name="input_topic" value="$(var input/obstacle_segmentation/pointcloud)"/>
<arg name="output_topic" value="pointcloud_map_filtered/pointcloud"/>
Expand Down

0 comments on commit 14176cb

Please sign in to comment.