Class PCDWriter
Defined in File pcd_io.hpp
Inheritance Relationships
Base Type
public PCLNodelet
Class Documentation
-
class PCDWriter : public PCLNodelet
Point Cloud Data (PCD) file format writer.
- Author
Radu Bogdan Rusu
Public Types
-
typedef sensor_msgs::PointCloud2 PointCloud2
-
typedef PointCloud2::Ptr PointCloud2Ptr
-
typedef PointCloud2::ConstPtr PointCloud2ConstPtr
Public Functions
-
inline PCDWriter()
-
virtual void onInit()
-
void input_callback(const PointCloud2ConstPtr &cloud)
Public Members
-
ros::Subscriber sub_input_
The input PointCloud subscriber.