17 #ifndef CARTOGRAPHER_MAPPING_3D_SCAN_MATCHING_PRECOMPUTATION_GRID_H_ 18 #define CARTOGRAPHER_MAPPING_3D_SCAN_MATCHING_PRECOMPUTATION_GRID_H_ 23 namespace mapping_3d {
24 namespace scan_matching {
51 const Eigen::Array3i& shift);
57 #endif // CARTOGRAPHER_MAPPING_3D_SCAN_MATCHING_PRECOMPUTATION_GRID_H_
static float ToProbability(float value)
constexpr float kMinProbability
PrecomputationGrid(const float resolution)
constexpr float kMaxProbability
PrecomputationGrid PrecomputeGrid(const PrecomputationGrid &grid, const bool half_resolution, const Eigen::Array3i &shift)
ValueType value(const Eigen::Array3i &index) const
PrecomputationGrid ConvertToPrecomputationGrid(const HybridGrid &hybrid_grid)