Skip to content

Commit fd5ceb2

Browse files
authored
Use shallow submodules to prevent auto-update. (open-edge-platform#2206)
1 parent 544f6d0 commit fd5ceb2

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.gitmodules

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,31 @@
44
[submodule "robotics-ai-suite/components/collaborative-slam/3rd/g2o"]
55
path = robotics-ai-suite/components/collaborative-slam/3rd/g2o
66
url = https://github.com/ros2-gbp/libg2o-release.git
7+
shallow = true
78
[submodule "robotics-ai-suite/components/collaborative-slam/3rd/DBoW2"]
89
path = robotics-ai-suite/components/collaborative-slam/3rd/DBoW2
910
url = https://github.com/shinsumicco/DBoW2.git
11+
shallow = true
1012
[submodule "robotics-ai-suite/components/collaborative-slam/3rd/spdlog"]
1113
path = robotics-ai-suite/components/collaborative-slam/3rd/spdlog
1214
url = https://github.com/gabime/spdlog.git
15+
shallow = true
1316
[submodule "robotics-ai-suite/components/collaborative-slam/3rd/json"]
1417
path = robotics-ai-suite/components/collaborative-slam/3rd/json
1518
url = https://github.com/nlohmann/json.git
19+
shallow = true
1620
[submodule "robotics-ai-suite/components/its-planner/3rd_party/navigation2"]
1721
path = robotics-ai-suite/components/its-planner/3rd_party/navigation2
1822
url = https://github.com/ros-navigation/navigation2
23+
shallow = true
1924
[submodule "robotics-ai-suite/pipelines/act-sample/act"]
2025
path = robotics-ai-suite/pipelines/act-sample/act
2126
url = https://github.com/tonyzhaozh/act
27+
shallow = true
2228
[submodule "robotics-ai-suite/pipelines/orb-slam3-sample/ORB_SLAM3"]
2329
path = robotics-ai-suite/pipelines/orb-slam3-sample/ORB_SLAM3
2430
url = https://github.com/UZ-SLAMLab/ORB_SLAM3.git
31+
shallow = true
2532
[submodule "retail-ai-suite/order-accuracy"]
2633
path = retail-ai-suite/order-accuracy
2734
url = https://github.com/intel-retail/order-accuracy
Submodule g2o updated 706 files
Submodule json updated 869 files
Submodule spdlog updated 142 files

0 commit comments

Comments
 (0)