mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
Rtabmap/StartNewMapOnGoodSignature: start mapping if landmark is also detected. Rtabmap::detectMoreLoopClosures(): Fixed crash when landmarks are in optimized poses.
This commit is contained in:
@@ -5602,7 +5602,7 @@ void MainWindow::postProcessing()
|
||||
.arg(n+1).arg(detectLoopClosureIterations).arg(clusterRadius).arg(clusterAngle));
|
||||
|
||||
std::multimap<int, int> clusters = graph::radiusPosesClustering(
|
||||
_currentPosesMap,
|
||||
std::map<int, Transform>(_currentPosesMap.upper_bound(0), _currentPosesMap.end()),
|
||||
clusterRadius,
|
||||
clusterAngle*CV_PI/180.0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user