-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
executable file
·36 lines (36 loc) · 1.16 KB
/
.gitmodules
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
[submodule "third_party/src/apriltag"]
path = third_party/src/apriltag
url = https://github.com/AprilRobotics/apriltag
ignore = dirty
[submodule "third_party/src/apriltag-imgs"]
path = third_party/src/apriltag-imgs
url = https://github.com/AprilRobotics/apriltag-imgs
ignore = dirty
[submodule "third_party/src/stb"]
path = third_party/src/stb
url = https://github.com/nothings/stb
ignore = dirty
[submodule "third_party/src/SuiteSparse"]
path = third_party/src/SuiteSparse
url = https://github.com/DrTimothyAldenDavis/SuiteSparse/
ignore = dirty
[submodule "third_party/src/ceres-solver"]
path = third_party/src/ceres-solver
url = https://github.com/ceres-solver/ceres-solver
ignore = dirty
[submodule "third_party/src/DBoW2"]
path = third_party/src/DBoW2
url = https://github.com/dorian3d/DBoW2
ignore = dirty
[submodule "third_party/src/glfw"]
path = third_party/src/glfw
url = https://github.com/glfw/glfw
ignore = dirty
[submodule "third_party/src/flann"]
path = third_party/src/flann
url = https://github.com/flann-lib/flann
ignore = dirty
[submodule "third_party/src/lz4"]
path = third_party/src/lz4
url = https://github.com/lz4/lz4
ignore = dirty