submap.h
Go to the documentation of this file.
1 /*
2  * Copyright 2016 The Cartographer Authors
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 #ifndef CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_SUBMAP_H
18 #define CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_SUBMAP_H
19 
20 #include <memory>
21 #include <string>
22 #include <vector>
23 
24 #include "cartographer/io/image.h"
28 #include "ros/ros.h"
29 
30 namespace cartographer_ros {
31 
32 // Fetch 'submap_id' using the 'client' and returning the response or 'nullptr'
33 // on error.
34 std::unique_ptr<::cartographer::io::SubmapTextures> FetchSubmapTextures(
35  const ::cartographer::mapping::SubmapId& submap_id,
36  ros::ServiceClient* client);
37 
38 } // namespace cartographer_ros
39 
40 #endif // CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_SUBMAP_H
std::unique_ptr<::cartographer::io::SubmapTextures > FetchSubmapTextures(const ::cartographer::mapping::SubmapId &submap_id, ros::ServiceClient *client)
Definition: submap.cc:28


cartographer_ros
Author(s): The Cartographer Authors
autogenerated on Mon Feb 28 2022 22:06:05