Commit f4f4ccb4 authored by wangdawei's avatar wangdawei

map dir

parent 5f0fb1d5
......@@ -49,6 +49,8 @@ void Dispatch::configOffset()
size_t cnt = 0;
for(size_t i = 0; i < pointcloud_->size(); i++){
if(i > 0 && i % 1000000 == 0){
LOG(INFO) << "totalPosi: " << totalPosi.transpose()
<< " cnt: " << cnt;
avgPosiVec.push_back(totalPosi / cnt);
totalPosi = Vector3d::Zero();
cnt = 0;
......
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