#include <ros/ros.h>
#include <sensor_msgs/Image.h>
#include <sensor_msgs/image_encodings.h>
#include <sensor_msgs/PointCloud2.h>
#include <sensor_msgs/LaserScan.h>
#include <sensor_msgs/CameraInfo.h>
#include <pcl_conversions/pcl_conversions.h>
#include <nav_msgs/Odometry.h>
#include <cv_bridge/cv_bridge.h>
#include <image_transport/image_transport.h>
#include <tf2_ros/transform_broadcaster.h>
#include <std_srvs/Empty.h>
#include <rtabmap_ros/MsgConversion.h>
#include <rtabmap_ros/SetGoal.h>
#include <rtabmap/utilite/ULogger.h>
#include <rtabmap/utilite/UStl.h>
#include <rtabmap/utilite/UThread.h>
#include <rtabmap/utilite/UDirectory.h>
#include <rtabmap/utilite/UConversion.h>
#include <rtabmap/core/util3d.h>
#include <rtabmap/core/DBReader.h>
#include <rtabmap/core/OdometryEvent.h>
#include <cmath>
Go to the source code of this file.
|  | 
| int | main (int argc, char **argv) | 
|  | 
| bool | pauseCallback (std_srvs::Empty::Request &, std_srvs::Empty::Response &) | 
|  | 
| bool | resumeCallback (std_srvs::Empty::Request &, std_srvs::Empty::Response &) | 
|  | 
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char ** | argv | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | bool pauseCallback | ( | std_srvs::Empty::Request & | , | 
        
          |  |  | std_srvs::Empty::Response & |  | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | bool resumeCallback | ( | std_srvs::Empty::Request & | , | 
        
          |  |  | std_srvs::Empty::Response & |  | 
        
          |  | ) |  |  |