mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added rtabmap-kitti_dataset tool
This commit is contained in:
@@ -2314,7 +2314,15 @@ std::map<int, std::pair<pcl::PointCloud<pcl::PointXYZRGBNormal>::Ptr, pcl::Indic
|
||||
}
|
||||
else
|
||||
{
|
||||
UERROR("Cloud %d not found in cache!", iter->first);
|
||||
int weight = 0;
|
||||
if(_dbDriver)
|
||||
{
|
||||
_dbDriver->getWeight(iter->first, weight);
|
||||
}
|
||||
if(weight>=0) // don't show error for intermediate nodes
|
||||
{
|
||||
UERROR("Cloud %d not found in cache!", iter->first);
|
||||
}
|
||||
}
|
||||
}
|
||||
else if(uContains(cachedClouds, iter->first))
|
||||
|
||||
Reference in New Issue
Block a user