Added path immunization between the nearest local location and the current pose. New parameter: "RGBD/LocalImmunizationRatio"

This commit is contained in:
Mathieu Labbe
2015-05-04 16:00:21 -04:00
parent 26305588da
commit cf5f998e06
9 changed files with 257 additions and 158 deletions
+1 -1
View File
@@ -808,7 +808,7 @@ void DatabaseViewer::updateIds()
{
//get constraints only for parent links
memory_->getMetricConstraints(std::vector<int>(ids.begin(), ids.end()), poses_, links_, true);
memory_->getMetricConstraints(ids, poses_, links_, true);
if(poses_.size())
{