Skip to content

Commit

Permalink
chore(ground_segmentation): rename topic and node (autowarefoundation…
Browse files Browse the repository at this point in the history
…#6536)

* chore(ground_segmentation): rename topic and node

Signed-off-by: badai-nguyen <[email protected]>

* docs: update synchronized_grid_map_fusion

Signed-off-by: badai-nguyen <[email protected]>

---------

Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen committed Apr 23, 2024
1 parent e06c7f5 commit e469452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, context):
self.ground_segmentation_param = yaml.safe_load(f)["/**"]["ros__parameters"]

self.single_frame_obstacle_seg_output = (
"/perception/obstacle_segmentation/single_frame/pointcloud_raw"
"/perception/obstacle_segmentation/single_frame/pointcloud"
)
self.output_topic = "/perception/obstacle_segmentation/pointcloud"
self.use_single_frame_filter = self.ground_segmentation_param["use_single_frame_filter"]
Expand Down Expand Up @@ -298,7 +298,7 @@ def create_time_series_outlier_filter_components(input_topic, output_topic):
ComposableNode(
package="occupancy_grid_map_outlier_filter",
plugin="occupancy_grid_map_outlier_filter::OccupancyGridMapOutlierFilterComponent",
name="occupancy_grid_map_outlier_filter",
name="occupancy_grid_based_outlier_filter",
remappings=[
("~/input/occupancy_grid_map", "/perception/occupancy_grid_map/map"),
("~/input/pointcloud", input_topic),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<group>
<push-ros-namespace namespace="occupancy_grid_map"/>
<include file="$(find-pkg-share tier4_perception_launch)/launch/occupancy_grid_map/probabilistic_occupancy_grid_map.launch.xml">
<arg name="input/obstacle_pointcloud" value="/perception/obstacle_segmentation/single_frame/pointcloud_raw"/>
<arg name="input/obstacle_pointcloud" value="/perception/obstacle_segmentation/single_frame/pointcloud"/>
<arg name="input/raw_pointcloud" value="$(var input/pointcloud)"/>
<arg name="output" value="/perception/occupancy_grid_map/map"/>
<arg name="use_intra_process" value="true"/>
Expand Down

0 comments on commit e469452

Please sign in to comment.