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_MAPPING_INTERNAL_CONSTRAINTS_CONSTRAINT_BUILDER_H_
00018 #define CARTOGRAPHER_MAPPING_INTERNAL_CONSTRAINTS_CONSTRAINT_BUILDER_H_
00019
00020 #include "cartographer/common/lua_parameter_dictionary.h"
00021 #include "cartographer/mapping/proto/pose_graph/constraint_builder_options.pb.h"
00022
00023 namespace cartographer {
00024 namespace mapping {
00025 namespace constraints {
00026
00027 proto::ConstraintBuilderOptions CreateConstraintBuilderOptions(
00028 common::LuaParameterDictionary* parameter_dictionary);
00029
00030 }
00031 }
00032 }
00033
00034 #endif // CARTOGRAPHER_MAPPING_INTERNAL_CONSTRAINTS_CONSTRAINT_BUILDER_H_