Bootstrap

第13讲 实践:设计SLAM系统

  文件夹目录结构为,

ch13
│  CMakeLists.txt
│  
├─app
│      CMakeLists.txt
│      run_kitti_stereo.cpp
│      
├─cmake_modules
│      FindCSparse.cmake
│      FindG2O.cmake
│      FindGlog.cmake
│      
├─config
│      default.yaml
│      
├─include
│  └─myslam
│          algorithm.h
│          backend.h
│          camera.h
│          common_include.h
│          config.h
│          dataset.h
│          feature.h
│          frame.h
│          frontend.h
│          g2o_types.h
│          map.h
│          mappoint.h
│          viewer.h
│          visual_odometry.h
│          
├─src
│      backend.cpp
│      camera.cpp
│      CMakeLists.txt
│      config.cpp
│      dataset.cpp
│      feature.cpp
│      frame.cpp
│      frontend.cpp
│      map.cpp
│      mappoint.cpp
│      viewer.cpp
│      visual_odometry.cpp
│      
└─test
        CMakeLists.txt
        test_triangulation.cpp

代码读到map.cpp

更新中…

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;