MCPcopy Create free account
hub / github.com/PRBonn/MapClosures / VoxelMap

Method VoxelMap

cpp/map_closures/VoxelMap.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73VoxelMap::VoxelMap(const double voxel_size, const double max_distance)
74 : voxel_size_(voxel_size),
75 map_resolution_(voxel_size /
76 (std::sqrt(static_cast<double>(max_points_per_normal_computation)))),
77 max_distance_(max_distance) {}
78
79void VoxelMap::IntegrateFrame(const Vector3dVector &points, const Eigen::Matrix4d &pose) {
80 const Eigen::Matrix3d R = pose.block<3, 3>(0, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected