Commit 5c9773d1 authored by wangdawei's avatar wangdawei

test

parent d99fda88
......@@ -271,6 +271,7 @@ void MeshArea::loadBlockAtArea(const Vector3d &position)
Vector2i centerIndex =
calShiftedIndex(position.x(), position.y());
LOG(INFO) << "shiftedIndexToLoad: " << centerIndex.transpose();
LOG(INFO) << "offset_: " << offset_.transpose();
vector<Vector2i> neighbors;
if(fstLoadMap){
neighbors = firstLoadNeighbors_;
......
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