#include "pcl/io/pcd_io.h"
#include "pcl/point_cloud.h"
#include <Eigen/Geometry>
#include <iostream>
#include <ndt_registration/ndt_matcher_d2d.h>
#include <ndt_registration/ndt_matcher_p2d.h>
#include <string>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 24 of file check_reg.cc.