Represents a surface.
More...
#include <surface.h>
List of all members.
Public Attributes |
pcl::ModelCoefficients::Ptr | coefficients |
| The coefficients representing the plane that models this surface.
|
geometry_msgs::Vector3 | dimensions |
| The dimensions of the oriented bounding box around the surface.
|
geometry_msgs::PoseStamped | pose_stamped |
| The pose of the surface.
|
Detailed Description
Represents a surface.
Definition at line 10 of file surface.h.
Member Data Documentation
The coefficients representing the plane that models this surface.
The first four coefficients, a, b, c, and d are such that ax+by+cz+d = 0.
Definition at line 24 of file surface.h.
The dimensions of the oriented bounding box around the surface.
Definition at line 19 of file surface.h.
The pose of the surface.
The pose is located at the center of an oriented bounding box. The z direction points up and the x and y directions are aligned with the box.
Definition at line 16 of file surface.h.
The documentation for this struct was generated from the following file: