17 #ifndef CARTOGRAPHER_MAPPING_INTERNAL_2D_RAY_CASTING_H_ 18 #define CARTOGRAPHER_MAPPING_INTERNAL_2D_RAY_CASTING_H_ 33 void CastRays(
const sensor::RangeData& range_data,
34 const std::vector<uint16>& hit_table,
35 const std::vector<uint16>& miss_table,
bool insert_free_space,
36 ProbabilityGrid* probability_grid);
41 #endif // CARTOGRAPHER_MAPPING_INTERNAL_2D_RAY_CASTING_H_ void CastRays(const sensor::RangeData &range_data, const std::vector< uint16 > &hit_table, const std::vector< uint16 > &miss_table, const bool insert_free_space, ProbabilityGrid *const probability_grid)