Commit 43e8ce1c authored by wangdawei's avatar wangdawei

test

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