#include <plane_road_extraction.h>
| Public Member Functions | |
| void | filter (const sensor_msgs::PointCloud2Ptr &msg) | 
| callback function | |
| plane_road_extraction () | |
| class constructor | |
| PointCloud< T > | project_cloud_on_plane (PointCloud< T > cloud_in, ModelCoefficients::Ptr coefficients) | 
| project a point cloud on a plane | |
| T | transform_pcl_point (string frame1, tf::Transform transform, T pt_origin) | 
| transform pcl points between ros frames | |
| ~plane_road_extraction () | |
| class destructor | |
| Public Attributes | |
| PointCloud< T > | pc_clusters | 
| Clusters point cloud. | |
| PointCloud< T > | pc_in | 
| Point cloud to filter. | |
| PointCloud< T > | pc_road | 
| Road point cloud. | |
| plane_model_road< T > | pms | 
| Class object for plane model road segmentation. | |
| ros::Publisher * | pub_clusters_ptr | 
| Pointer to clusters publisher. | |
| ros::Publisher * | pub_road_perimeter_ptr | 
| Pointer to road perimeter publisher. | |
| ros::Publisher * | pub_road_ptr | 
| Pointer to road publisher. | |
| double | z_max | 
| double | z_min | 
| Extraction limits to pointcloud. | |
Definition at line 54 of file plane_road_extraction.h.
| plane_road_extraction< T >::plane_road_extraction | ( | ) |  [inline] | 
class constructor
Definition at line 59 of file plane_road_extraction.h.
| plane_road_extraction< T >::~plane_road_extraction | ( | ) |  [inline] | 
class destructor
Definition at line 64 of file plane_road_extraction.h.
| void plane_road_extraction< T >::filter | ( | const sensor_msgs::PointCloud2Ptr & | msg | ) |  [inline] | 
callback function
Definition at line 38 of file plane_road_extraction.hpp.
| PointCloud< T > plane_road_extraction< T >::project_cloud_on_plane | ( | PointCloud< T > | cloud_in, | |
| ModelCoefficients::Ptr | coefficients | |||
| ) |  [inline] | 
project a point cloud on a plane
| [in] | cloud_in | |
| [in] | coefficients | 
Definition at line 128 of file plane_road_extraction.hpp.
| T plane_road_extraction< T >::transform_pcl_point | ( | string | frame1, | |
| tf::Transform | transform, | |||
| T | pt_origin | |||
| ) |  [inline] | 
transform pcl points between ros frames
| [in] | frame1 | no need actually | 
| [in] | transform | the tf | 
| [in] | pt_origin | the point to transform | 
Definition at line 118 of file plane_road_extraction.hpp.
| PointCloud<T> plane_road_extraction< T >::pc_clusters | 
Clusters point cloud.
Definition at line 77 of file plane_road_extraction.h.
| PointCloud<T> plane_road_extraction< T >::pc_in | 
Point cloud to filter.
Definition at line 66 of file plane_road_extraction.h.
| PointCloud<T> plane_road_extraction< T >::pc_road | 
Road point cloud.
Definition at line 74 of file plane_road_extraction.h.
| plane_model_road<T> plane_road_extraction< T >::pms | 
Class object for plane model road segmentation.
Definition at line 80 of file plane_road_extraction.h.
| ros::Publisher* plane_road_extraction< T >::pub_clusters_ptr | 
Pointer to clusters publisher.
Definition at line 86 of file plane_road_extraction.h.
| ros::Publisher* plane_road_extraction< T >::pub_road_perimeter_ptr | 
Pointer to road perimeter publisher.
Definition at line 89 of file plane_road_extraction.h.
| ros::Publisher* plane_road_extraction< T >::pub_road_ptr | 
Pointer to road publisher.
Definition at line 83 of file plane_road_extraction.h.
| double plane_road_extraction< T >::z_max | 
Definition at line 92 of file plane_road_extraction.h.
| double plane_road_extraction< T >::z_min | 
Extraction limits to pointcloud.
Definition at line 92 of file plane_road_extraction.h.