Commit 6d5384a9 authored by wangdawei's avatar wangdawei

test

parent 041c927a
...@@ -35,7 +35,7 @@ bool VoxelMap::IsMapLoaded( ...@@ -35,7 +35,7 @@ bool VoxelMap::IsMapLoaded(
} }
double VoxelMap::AreaAvgGridCnt(const Eigen::Vector3d& pose){ double VoxelMap::AreaAvgGridCnt(const Eigen::Vector3d& pose){
return currMesh_->AreaAvgGridCnt(pose); return mapArea_->AreaAvgGridCnt(pose);
} }
bool VoxelMap::GuessPosition( bool VoxelMap::GuessPosition(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment