#include <fstream>#include "ros/ros.h"#include "pointmatcher/PointMatcher.h"#include "pointmatcher_ros/point_cloud.h"#include "pointmatcher_ros/transform.h"#include "pointmatcher_ros/get_params_from_server.h"#include "pointmatcher_ros/aliases.h"#include "pointmatcher_ros/ros_logger.h"#include "modular_cloud_matcher/MatchClouds.h"#include "tf/tf.h"
Go to the source code of this file.
Classes | |
| class | CloudMatcher | 
Functions | |
| int | main (int argc, char **argv) | 
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 120 of file matcher_service.cpp.