Commit b3c867eb authored by wangdawei's avatar wangdawei

test

parent 95dcbfc3
......@@ -39,7 +39,8 @@ 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();
LOG(INFO) << "scan->pose.translation(): " << scan->pose.translation().transpose()
<< " +offset: " << (scan->pose.translation() + resolution * offset.matrix().cast<float>()).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