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_CLOUD_MAP_BUILDER_SERVER_OPTIONS_H_
00018 #define CARTOGRAPHER_CLOUD_MAP_BUILDER_SERVER_OPTIONS_H_
00019
00020 #include <string>
00021
00022 #include "cartographer/cloud/proto/map_builder_server_options.pb.h"
00023 #include "cartographer/common/lua_parameter_dictionary.h"
00024
00025 namespace cartographer {
00026 namespace cloud {
00027
00028 proto::MapBuilderServerOptions CreateMapBuilderServerOptions(
00029 common::LuaParameterDictionary* lua_parameter_dictionary);
00030
00031 proto::MapBuilderServerOptions LoadMapBuilderServerOptions(
00032 const std::string& configuration_directory,
00033 const std::string& configuration_basename);
00034
00035 }
00036 }
00037
00038 #endif // CARTOGRAPHER_CLOUD_MAP_BUILDER_SERVER_OPTIONS_H_