map_builder_server_interface.cc
Go to the documentation of this file.
2 
5 
6 namespace cartographer {
7 namespace cloud {
8 
11 }
12 
13 std::unique_ptr<MapBuilderServerInterface> CreateMapBuilderServer(
14  const proto::MapBuilderServerOptions& map_builder_server_options,
15  std::unique_ptr<mapping::MapBuilderInterface> map_builder) {
16  return common::make_unique<MapBuilderServer>(map_builder_server_options,
17  std::move(map_builder));
18 }
19 
20 } // namespace cloud
21 } // namespace cartographer
void RegisterMapBuilderServerMetrics(metrics::FamilyFactory *factory)
std::unique_ptr< MapBuilderServerInterface > CreateMapBuilderServer(const proto::MapBuilderServerOptions &map_builder_server_options, std::unique_ptr< mapping::MapBuilderInterface > map_builder)
static void RegisterMetrics(metrics::FamilyFactory *family_factory)


cartographer
Author(s): The Cartographer Authors
autogenerated on Mon Feb 28 2022 22:00:58