pcl_msgs

Summary

pcl_msgs
Version:

0.2.0

Description:

Package containing PCL (Point Cloud Library)-related ROS messages.

Maintainers:
  • Paul Bovbel <paul AT bovbel DOT com>
  • Bill Morris <bill AT neautomation DOT com>
Licenses:
  • BSD
Urls:
Authors:
  • Open Perception
  • Julius Kammerl <jkammerl AT willowgarage DOT com>
  • William Woodall <william AT osrfoundation DOT org>
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:

Types

Message types

pcl_msgs/ModelCoefficients
Field:
Header header
float32[] values
pcl_msgs/Vertices
Field:
  • vertices[] (uint32) –

List of point indices

# List of point indices
uint32[] vertices
pcl_msgs/PolygonMesh
Field:

Separate header for the polygonal surface

# Separate header for the polygonal surface
Header header
# Vertices of the mesh as a point cloud
sensor_msgs/PointCloud2 cloud
# List of polygons
Vertices[] polygons
pcl_msgs/PointIndices
Field:
Header header
int32[] indices