.gitignore 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # Ignore all
  2. *
  3. # Unignore all with extensions
  4. !*.*
  5. # Unignore all dirs
  6. !*/
  7. CMakeLists.txt.user
  8. CMakeLists_modified.txt
  9. Examples/RGB-D/rgbd_tum
  10. Examples/RGB-D/rgbd_realsense_D435i
  11. Examples/RGB-D-Inertial/rgbd_inertial_realsense_D435i
  12. Examples/Monocular/mono_realsense_D435i
  13. Examples/Monocular/mono_euroc
  14. Examples/Monocular/mono_kitti
  15. Examples/Monocular/mono_tum
  16. Examples/Monocular/mono_tum_vi
  17. Examples/Monocular/mono_realsense_t265
  18. Examples/Stereo/stereo_euroc
  19. Examples/Stereo/stereo_kitti
  20. Examples/Stereo/stereo_tum_vi
  21. Examples/Stereo/stereo_realsense_t265
  22. Examples/Stereo/stereo_realsense_D435i
  23. Examples/Monocular-Inertial/mono_inertial_euroc
  24. Examples/Monocular-Inertial/mono_inertial_tum_vi
  25. Examples/Monocular-Inertial/mono_inertial_realsense_t265
  26. Examples/Monocular-Inertial/mono_inertial_realsense_D435i
  27. Examples/Monocular-Inertial/mono_inertial_realsense_D435i_2
  28. Examples/Stereo-Inertial/stereo_inertial_euroc
  29. Examples/Stereo-Inertial/stereo_inertial_tum_vi
  30. Examples/Stereo-Inertial/stereo_inertial_realsense_t265
  31. Examples/Stereo-Inertial/stereo_inertial_realsense_D435i
  32. Examples/ROS/ORB_SLAM3/Mono
  33. Examples/ROS/ORB_SLAM3/Mono_Inertial
  34. Examples/ROS/ORB_SLAM3/MonoAR
  35. Examples/ROS/ORB_SLAM3/RGBD
  36. Examples/ROS/ORB_SLAM3/Stereo
  37. Examples/ROS/ORB_SLAM3/Stereo_Inertial
  38. Examples/Calibration/recorder_realsense_D435i
  39. Examples/Tests/viewer_dataset
  40. Examples/Tests/sophus_test
  41. Examples/ROS/ORB_SLAM3/CMakeLists.txt.user
  42. Examples/ROS/ORB_SLAM3/build/
  43. KeyFrameTrajectory.txt
  44. CameraTrajectory.txt
  45. kf_*.txt
  46. f_*.txt
  47. Thirdparty/DBoW2/build/
  48. Thirdparty/DBoW2/lib/
  49. Thirdparty/g2o/build/
  50. Thirdparty/g2o/config.h
  51. Thirdparty/g2o/lib/
  52. Vocabulary/ORBvoc.txt
  53. build/
  54. lib/
  55. cmake_modules/
  56. cmake-build-debug/
  57. ExecMean.txt
  58. SessionInfo.txt
  59. Results_Euroc.txt
  60. LBA_Stats.txt
  61. LocalMapTimeStats.txt
  62. TrackLocalMapStats.txt
  63. TrackingTimeStats.txt
  64. time*
  65. Time*
  66. Table_Euroc
  67. Table_TUMVI_rooms/
  68. *.pyc
  69. *.osa
  70. .idea/
  71. .vscode
  72. my_settings.txt
  73. borrar/*
  74. */ExecMean.txt