Commit 630406e8 authored by wangdawei's avatar wangdawei

test

parent 0667f045
......@@ -84,6 +84,7 @@ void AdjustPPK::ReadCenter()
boost::split(line_vec, line, boost::is_any_of(":"), boost::token_compress_on);
center_.z() = stof(line_vec.at(1));
}
LOG(INFO) << "center_: " << center_.transpose();
}
void AdjustPPK::OnReceivedCloud(const PPointCloud &cloud)
......
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