#include <fstream>#include <boost/version.hpp>#include "ros/ros.h"#include "ros/console.h"#include "pointmatcher/PointMatcher.h"#include "pointmatcher/Timer.h"#include "pointmatcher_ros/point_cloud.h"#include "pointmatcher_ros/transform.h"#include "pointmatcher_ros/get_params_from_server.h"#include "pointmatcher_ros/ros_logger.h"#include "nav_msgs/Odometry.h"#include "tf/transform_broadcaster.h"#include "tf_conversions/tf_eigen.h"#include "tf/transform_listener.h"#include <message_filters/subscriber.h>#include <message_filters/synchronizer.h>#include <message_filters/sync_policies/exact_time.h>#include <interactive_markers/interactive_marker_server.h>#include <interactive_markers/menu_handler.h>#include "std_msgs/String.h"#include "std_srvs/Empty.h"
Go to the source code of this file.
Classes | |
| class | MapMaintener | 
Functions | |
| int | main (int argc, char **argv) | 
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 551 of file map_maintainer.cpp.