mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Rtabmap::detectorMoreLoopClosures() added intraSession and interSession parameters
This commit is contained in:
@@ -3094,7 +3094,7 @@ int RTABMapApp::postProcessing(int approach)
|
||||
{
|
||||
progressionStatus_.reset(6);
|
||||
}
|
||||
returnedValue = rtabmap_->detectMoreLoopClosures(1.0f, M_PI/6.0f, approach == -1?5:1, approach==-1?&progressionStatus_:0);
|
||||
returnedValue = rtabmap_->detectMoreLoopClosures(1.0f, M_PI/6.0f, approach == -1?5:1, true, true, approach==-1?&progressionStatus_:0);
|
||||
if(approach == -1 && progressionStatus_.isCanceled())
|
||||
{
|
||||
postProcessing_ = false;
|
||||
|
||||
Reference in New Issue
Block a user