Commit 43e8ce1c authored by wangdawei's avatar wangdawei

test

parent b78a4480
......@@ -88,6 +88,7 @@ public:
}
inline bool IsMapLoaded(const Vector3d& pose)
{
LOG(INFO) << "pose: " << pose.transpose();
return currMesh_->IsAreaLoaded(pose);
}
......
......@@ -71,6 +71,7 @@ public:
if(!inited_){
return false;
}
LOG(INFO) << "pose: " << pose.transpose();
double x = pose.x() - offset_.x();
double y = pose.y() - offset_.y();
Vector2i shiftedIndexToLoad =
......
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