-
Notifications
You must be signed in to change notification settings - Fork 43
/
.gitignore
71 lines (62 loc) · 1.16 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
CMakeLists.txt.user
Examples/Monocular/mono_euroc
Examples/Monocular/mono_kitti
Examples/Monocular/mono_tum
Examples/RGB-D/rgbd_tum
Examples/ROS/ORB_SLAM2/CMakeLists.txt.user
Examples/ROS/ORB_SLAM2/Mono
Examples/ROS/ORB_SLAM2/MonoAR
Examples/ROS/ORB_SLAM2/RGBD
Examples/ROS/ORB_SLAM2/Stereo
Examples/ROS/ORB_SLAM2/build/
Examples/Stereo/stereo_euroc
Examples/Stereo/stereo_kitti
KeyFrameTrajectory.txt
Thirdparty/DBoW2/build/
Thirdparty/DBoW2/lib/
Thirdparty/g2o/build/
# Thirdparty/g2o/config.h
Thirdparty/g2o/lib/
Thirdparty/Line3Dpp/build/
#Vocabulary/ORBvoc.txt
#Vocabulary/ORBvoc.bin
#Vocabulary/ORBvoc.txt.tar.gz
build/
lib/
results_line_segments/
tools/bin_vocabulary
OutputObj/
Thirdparty/Line3Dpp/libs/precompiled/ceres/lib64/vc10/ceres.lib
data_associate.txt
result_associate/
./vscode/
sample/
data/yolo_txts/
cubeslam_results/*.png
box/
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Executables
*.exe
*.out
*.app
*~
# CLion
.idea/
# VScode
#*/.vscode/