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_3D_LOCAL_TRAJECTORY_BUILDER_OPTIONS_3D_H_
00018 #define CARTOGRAPHER_MAPPING_INTERNAL_3D_LOCAL_TRAJECTORY_BUILDER_OPTIONS_3D_H_
00019
00020 #include "cartographer/common/lua_parameter_dictionary.h"
00021 #include "cartographer/mapping/proto/3d/local_trajectory_builder_options_3d.pb.h"
00022
00023 namespace cartographer {
00024 namespace mapping {
00025
00026 proto::LocalTrajectoryBuilderOptions3D CreateLocalTrajectoryBuilderOptions3D(
00027 common::LuaParameterDictionary* parameter_dictionary);
00028
00029 }
00030 }
00031
00032 #endif // CARTOGRAPHER_MAPPING_INTERNAL_3D_LOCAL_TRAJECTORY_BUILDER_OPTIONS_3D_H_