mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
Added Parameters::parseArguments() and Parameters::showUsage() functions for convenience. Updated OdometryViewer and Console tools to use parseArguments().
This commit is contained in:
@@ -291,9 +291,10 @@ pcl::PointCloud<pcl::PointXYZ>::Ptr cloudFromDepth(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if(validIndices)
|
||||
{
|
||||
validIndices->reserve(oi);
|
||||
validIndices->resize(oi);
|
||||
}
|
||||
|
||||
return cloud;
|
||||
|
||||
Reference in New Issue
Block a user