#include <string>#include <ros/ros.h>#include <boost/any.hpp>#include "pcl_ros/point_cloud.h"#include "pcl/point_types.h"#include "point_types.h"

Go to the source code of this file.
Classes | |
| class | ParameterServer |
| Getting values from parameter server. This class is used for getting the parameters from the parameter server. More... | |
Defines | |
| #define | ROSCONSOLE_SEVERITY_INFO 1 |
Typedefs | |
| typedef pcl::PointXYZRGBNormal | point_normal_type |
| typedef pcl::PointXYZRGB | point_type |
| typedef pcl::PointCloud < point_normal_type > | pointcloud_normal_type |
| typedef pcl::PointCloud < point_type > | pointcloud_type |
| #define ROSCONSOLE_SEVERITY_INFO 1 |
Definition at line 46 of file parameter_server.h.
| typedef pcl::PointXYZRGBNormal point_normal_type |
Definition at line 40 of file parameter_server.h.
| typedef pcl::PointXYZRGB point_type |
Definition at line 39 of file parameter_server.h.
Definition at line 43 of file parameter_server.h.
| typedef pcl::PointCloud<point_type> pointcloud_type |
Definition at line 42 of file parameter_server.h.