#include <ros/ros.h>
#include "pcl/io/pcd_io.h"
#include "pcl/point_types.h"
#include "pcl/filters/voxel_grid.h"
Go to the source code of this file.
Classes | |
class | ConcatenatePointCloudNode |
Typedefs | |
typedef pcl::PointXYZRGB | PointT |
Functions | |
int | main (int argc, char **argv) |
typedef pcl::PointXYZRGB PointT |
Definition at line 51 of file concatenate_point_clouds.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 102 of file concatenate_point_clouds.cpp.