mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
fixed #688
This commit is contained in:
@@ -3236,8 +3236,8 @@ std::map<int, std::pair<pcl::PointCloud<pcl::PointXYZRGBNormal>::Ptr, pcl::Indic
|
|||||||
util3d::transformPointCloud(cloud, iter->second),
|
util3d::transformPointCloud(cloud, iter->second),
|
||||||
indices,
|
indices,
|
||||||
"z",
|
"z",
|
||||||
min!=0.0f&&min<max?min:std::numeric_limits<float>::lowest(),
|
min!=0.0f&&min<max?min:std::numeric_limits<int>::min(),
|
||||||
max!=0.0f?max:std::numeric_limits<float>::max());
|
max!=0.0f?max:std::numeric_limits<int>::max());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if(_ui->checkBox_fromDepth->isChecked() && uContains(cachedClouds, iter->first))
|
else if(_ui->checkBox_fromDepth->isChecked() && uContains(cachedClouds, iter->first))
|
||||||
|
|||||||
Reference in New Issue
Block a user