fixed map not shown when closing visualization

This commit is contained in:
matlabbe
2025-02-17 20:33:05 -08:00
parent 26d1238c8a
commit 674aebfb6b

View File

@@ -999,11 +999,6 @@ bool RTABMapApp::startCamera()
LOGI("Cloud density level %d", cloudDensityLevel_);
LOGI("Start camera thread");
if(visualizingMesh_)
{
// We are measuring!
main_scene_.setMapRendering(false);
}
cameraJustInitialized_ = true;
if(useExternalLidar_)
{