Explorar o código

Changed name window

Richard Elvira %!s(int64=4) %!d(string=hai) anos
pai
achega
4ebc54d607
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Viewer.cc

+ 1 - 1
src/Viewer.cc

@@ -57,7 +57,7 @@ void Viewer::Run()
     mbFinished = false;
     mbStopped = false;
 
-    pangolin::CreateWindowAndBind("ORB-SLAM2 VI: Map Viewer",1024,768);
+    pangolin::CreateWindowAndBind("ORB-SLAM3: Map Viewer",1024,768);
 
     // 3D Mouse handler requires depth testing to be enabled
     glEnable(GL_DEPTH_TEST);