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_SUBMAP_H
00018 #define CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_SUBMAP_H
00019
00020 #include <memory>
00021 #include <string>
00022 #include <vector>
00023
00024 #include "cartographer/io/image.h"
00025 #include "cartographer/io/submap_painter.h"
00026 #include "cartographer/mapping/id.h"
00027 #include "cartographer/transform/rigid_transform.h"
00028 #include "ros/ros.h"
00029
00030 namespace cartographer_ros {
00031
00032
00033
00034 std::unique_ptr<::cartographer::io::SubmapTextures> FetchSubmapTextures(
00035 const ::cartographer::mapping::SubmapId& submap_id,
00036 ros::ServiceClient* client);
00037
00038 }
00039
00040 #endif // CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_SUBMAP_H