mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
fixed map not shown when closing visualization
This commit is contained in:
@@ -999,11 +999,6 @@ bool RTABMapApp::startCamera()
|
|||||||
LOGI("Cloud density level %d", cloudDensityLevel_);
|
LOGI("Cloud density level %d", cloudDensityLevel_);
|
||||||
|
|
||||||
LOGI("Start camera thread");
|
LOGI("Start camera thread");
|
||||||
if(visualizingMesh_)
|
|
||||||
{
|
|
||||||
// We are measuring!
|
|
||||||
main_scene_.setMapRendering(false);
|
|
||||||
}
|
|
||||||
cameraJustInitialized_ = true;
|
cameraJustInitialized_ = true;
|
||||||
if(useExternalLidar_)
|
if(useExternalLidar_)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user