mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Reduced local bundle on loop closure iterations to 5. Updated graph::filterLinks() to handle selfRef link type. DbViewer: removed gravity constraints from constraints view.
This commit is contained in:
@@ -7191,7 +7191,7 @@ void DatabaseViewer::updateLoopClosuresSlider(int from, int to)
|
||||
{
|
||||
linksSortedByParents.insert(std::make_pair(iter->second.to(), iter->second.inverse()));
|
||||
}
|
||||
else
|
||||
else if(iter->second.to() != iter->second.from())
|
||||
{
|
||||
linksSortedByParents.insert(*iter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user