add submodules

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-12-22 02:38:59 +05:30
parent dcd8eb6e92
commit 5261ddcaa9
5 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
devel/
build/
src/CMakeLists.txt

9
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "src"]
path = src
url = https://github.com/natto1784/mr-robot
[submodule "src/MR-Robot_Hardware"]
path = src/MR-Robot_Hardware
url = https://github.com/atom-robotics-lab/MR-Robot_Hardware
[submodule "src/MR-Robot"]
path = src/MR-Robot
url = https://github.com/atom-robotics-lab/MR-Robot

1
src

Submodule src deleted from 54502b8aa5

1
src/MR-Robot Submodule

Submodule src/MR-Robot added at f5f7453128

1
src/MR-Robot_Hardware Submodule

Submodule src/MR-Robot_Hardware added at 45da4ffd11