Skip to main content

pcl_segmentation

The pcl_segmentation package

This package is maintained by:

Prerequisites

This package depends on the following ROS packages:

  • catkin (buildtool)
  • roscpp (build)
  • roscpp (exec)

Ask the package maintainer to write or create a blank doc/PREREQUISITES.md for their package!

Usage

Ask the package maintainer to write a doc/USAGE.md for their package!

Example

Ask the package maintainer to write a doc/EXAMPLE.md for their package!

Technical Overview

Ask the package maintainer to write a doc/TECHNICAL.md for their package!

ROS Definitions

Launch Files

This package has no launch files.

Messages

This package has no messages.

Services

Centroid

Request

FieldTypeDescription
pointssensor_msgs/PointCloud2

Response

FieldTypeDescription
centroidgeometry_msgs/PointStamped

SegmentCuboid

Request

FieldTypeDescription
pointssensor_msgs/PointCloud2
mingeometry_msgs/Point
maxgeometry_msgs/Point

Response

FieldTypeDescription
pointssensor_msgs/PointCloud2

MaskFromCuboid

Request

FieldTypeDescription
pointssensor_msgs/PointCloud2
mingeometry_msgs/Point
maxgeometry_msgs/Point

Response

FieldTypeDescription
masksensor_msgs/Image

SegmentBB

Request

FieldTypeDescription
pointssensor_msgs/PointCloud2
x1int32
y1int32
x2int32
y2int32

Response

FieldTypeDescription
pointssensor_msgs/PointCloud2

Actions

This package has no actions.