forked from max-kuzmin/Multi-robot-SLAM-experiment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
40 lines (30 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
37
38
39
[submodule "src/m-explore"]
path = src/m-explore
url = https://github.com/MaxGsomGsom/m-explore
[submodule "src/cg_mrslam"]
path = src/cg_mrslam
url = https://github.com/MaxGsomGsom/cg_mrslam
[submodule "src/map_merging"]
path = src/map_merging
url = https://github.com/MaxGsomGsom/map_merging
[submodule "src/ohm_tsd_slam"]
path = src/ohm_tsd_slam
url = https://github.com/MaxGsomGsom/ohm_tsd_slam
[submodule "src/mrpt_slam"]
path = src/mrpt_slam
url = https://github.com/MaxGsomGsom/mrpt_slam
[submodule "src/navigation_2d"]
path = src/navigation_2d
url = https://github.com/MaxGsomGsom/navigation_2d
[submodule "src/mrpt_dependences/pose_cov_ops"]
path = src/mrpt_dependences/pose_cov_ops
url = https://github.com/mrpt-ros-pkg/pose_cov_ops
[submodule "src/mrpt_dependences/mrpt_msgs"]
path = src/mrpt_dependences/mrpt_msgs
url = https://github.com/mrpt-ros-pkg/mrpt_msgs
[submodule "src/mrpt_dependences/mrpt_navigation"]
path = src/mrpt_dependences/mrpt_navigation
url = https://github.com/MaxGsomGsom/mrpt_navigation
[submodule "src/mrpt_dependences/mrpt_bridge"]
path = src/mrpt_dependences/mrpt_bridge
url = https://github.com/MaxGsomGsom/mrpt_bridge