-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitmodules
25 lines (25 loc) · 938 Bytes
/
.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
[submodule "pybind11"]
path = pybind11
url = https://github.com/pybind/pybind11
[submodule "cpp"]
path = cpp
url = https://github.com/dqrobotics/cpp
branch = master
[submodule "interfaces/cpp-interface-vrep"]
path = interfaces/cpp-interface-vrep
url = https://github.com/dqrobotics/cpp-interface-vrep.git
branch = master
[submodule "interfaces/cpp-interface-json11"]
path = interfaces/cpp-interface-json11
url = https://github.com/dqrobotics/cpp-interface-json11.git
branch = master
[submodule "tests"]
path = tests
url = https://github.com/dqrobotics/python-tests.git
branch = master
[submodule "interfaces/cpp-interface-coppeliasim-zmq"]
path = interfaces/cpp-interface-coppeliasim-zmq
url = https://github.com/dqrobotics/cpp-interface-coppeliasim-zmq.git
[submodule "interfaces/cpp-interface-coppeliasim"]
path = interfaces/cpp-interface-coppeliasim
url = https://github.com/dqrobotics/cpp-interface-coppeliasim.git