Nick Xiang

Results 3 comments of Nick Xiang

> ``` > if(mpViewer) > { > mpViewer->RequestFinish(); > while(!mpViewer->isFinished()) > usleep(5000); > } > > //Wait until all thread have effectively stopped > while(!mpLocalMapper->isFinished() || !mpLoopCloser->isFinished() || mpLoopCloser->isRunningGBA()) >...

https://github.com/UZ-SLAMLab/ORB_SLAM3/issues/452 maybe this issue could help you fix this segfault bug. And I fixed the bug by following its solution.

https://github.com/UZ-SLAMLab/ORB_SLAM3/issues/452 maybe this issue could help you to fix this segfault bug. And I met the bug by when running orb-slam3.