Commit 95dcbfc3 authored by wangdawei's avatar wangdawei

test

parent 8a44737b
......@@ -39,6 +39,7 @@ struct Candidate {
bool operator>(const Candidate& other) const { return score > other.score; }
Rigid3f GetPose(float resolution) const {
LOG(INFO) << "scan->pose.translation(): " << scan->pose.translation().transpose();
return Rigid3f(scan->pose.translation() + resolution * offset.matrix().cast<float>(),
scan->pose.rotation());
}
......
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