Skip to content

Commit 5c4e1f9

Browse files
committed
docs(image_projection_based_fusion): update segmentation_pointcloud_fusion docs
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent eea40ae commit 5c4e1f9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Loading

perception/image_projection_based_fusion/docs/segmentation-pointcloud-fusion.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ The node `segmentation_pointcloud_fusion` is a package for filtering pointcloud
1515

1616
### Input
1717

18-
| Name | Type | Description |
19-
| ------------------------ | ----------------------------------- | --------------------------------------------------------- |
20-
| `input` | `sensor_msgs::msg::PointCloud2` | input pointcloud |
21-
| `input/camera_info[0-7]` | `sensor_msgs::msg::CameraInfo` | camera information to project 3d points onto image planes |
22-
| `input/rois[0-7]` | `tier4_perception_msgs::msg::Image` | semantic segmentation mask image |
23-
| `input/image_raw[0-7]` | `sensor_msgs::msg::Image` | images for visualization |
18+
| Name | Type | Description |
19+
| ------------------------ | ------------------------------- | -------------------------------------------------------------------------------------- |
20+
| `input` | `sensor_msgs::msg::PointCloud2` | input pointcloud |
21+
| `input/camera_info[0-7]` | `sensor_msgs::msg::CameraInfo` | camera information to project 3d points onto image planes |
22+
| `input/rois[0-7]` | `sensor_msgs::msg::Image` | A gray-scale image of semantic segmentation mask, the pixel value is semantic class id |
23+
| `input/image_raw[0-7]` | `sensor_msgs::msg::Image` | images for visualization |
2424

2525
### Output
2626

0 commit comments

Comments
 (0)