mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-12 14:30:19 +08:00
Added path immunization between the nearest local location and the current pose. New parameter: "RGBD/LocalImmunizationRatio"
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user