bring back the PCL msgs
This commit is contained in:
committed by
Paul Bovbel
parent
a5c158904d
commit
e677ddf794
@@ -0,0 +1,3 @@
|
||||
Header header
|
||||
float32[] values
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
Header header
|
||||
int32[] indices
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# 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
|
||||
@@ -0,0 +1,2 @@
|
||||
# List of point indices
|
||||
uint32[] vertices
|
||||
Reference in New Issue
Block a user