mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
DbViewer: manual constraints can now be added (http://official-rtab-map-forum.67519.x6.nabble.com/Manually-adding-modifying-node-constraints-td6983.html)
This commit is contained in:
@@ -3710,6 +3710,7 @@ bool Memory::rehearsalMerge(int oldId, int newId)
|
||||
{
|
||||
_lastGlobalLoopClosureId = newS->id();
|
||||
}
|
||||
oldS->setWeight(-9);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -3722,6 +3723,7 @@ bool Memory::rehearsalMerge(int oldId, int newId)
|
||||
{
|
||||
_lastSignature = oldS;
|
||||
}
|
||||
newS->setWeight(-9);
|
||||
}
|
||||
|
||||
// remove location
|
||||
|
||||
Reference in New Issue
Block a user