Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_TIME_CONVERSION_H
00018 #define CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_TIME_CONVERSION_H
00019
00020 #include "cartographer/common/time.h"
00021 #include "ros/ros.h"
00022
00023 namespace cartographer_ros {
00024
00025 ::ros::Time ToRos(::cartographer::common::Time time);
00026
00027 ::cartographer::common::Time FromRos(const ::ros::Time& time);
00028
00029 }
00030
00031 #endif // CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_TIME_CONVERSION_H