#include "rgbd_registration/ransac_transformation.h"
#include "rgbd_registration/parameter_server.h"
#include <ros/console.h>
#include <Eigen/Geometry>
#include <pcl/common/transformation_from_correspondences.h>
#include <iostream>
Go to the source code of this file.