17 #ifndef CARTOGRAPHER_MAPPING_3D_RANGE_DATA_INSERTER_H_ 18 #define CARTOGRAPHER_MAPPING_3D_RANGE_DATA_INSERTER_H_ 21 #include "cartographer/mapping_3d/proto/range_data_inserter_options.pb.h" 26 namespace mapping_3d {
29 common::LuaParameterDictionary* parameter_dictionary);
43 const proto::RangeDataInserterOptions
options_;
51 #endif // CARTOGRAPHER_MAPPING_3D_RANGE_DATA_INSERTER_H_
const std::vector< uint16 > miss_table_
proto::RangeDataInserterOptions CreateRangeDataInserterOptions(common::LuaParameterDictionary *parameter_dictionary)
const std::vector< uint16 > hit_table_
RangeDataInserter & operator=(const RangeDataInserter &)=delete
const proto::RangeDataInserterOptions options_
RangeDataInserter(const proto::RangeDataInserterOptions &options)
void Insert(const sensor::RangeData &range_data, HybridGrid *hybrid_grid) const