#include <ros/ros.h>#include <sensor_msgs/PointCloud.h>#include <sensor_msgs/PointCloud2.h>#include <opencv/cv.h>#include <pcl/io/pcd_io.h>#include <pcl/point_types.h>#include <pcl/registration/icp.h>#include <sensor_msgs/point_cloud_conversion.h>#include <dirent.h>#include <sys/stat.h>#include <string.h>#include <math.h>#include <stdio.h>
Go to the source code of this file.
Classes | |
| class | PCLCompare |
Functions | |
| int | main (int argc, char **argv) |
Definition at line 215 of file compare_point_clouds.cpp.