-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitmodules
33 lines (33 loc) · 1.36 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
[submodule "externals/benchmark"]
path = externals/benchmark
url = [email protected]:EricCousineau-TRI/benchmark.git
[submodule "externals/eigen"]
path = externals/eigen
url = hg::https://bitbucket.org/eigen/eigen
branch = tmp
[submodule "externals/numpy"]
path = externals/numpy
url = [email protected]:EricCousineau-TRI/numpy.git
branch = drake_tmp
[submodule "externals/pcl"]
path = externals/pcl
url = http://github.com/pointcloudlibrary/pcl.git
[submodule "externals/pybind11"]
path = externals/pybind11
url = [email protected]:EricCousineau-TRI/pybind11.git
branch = feature/numpy_dtype_user-wip
[submodule "externals/vtk"]
path = externals/vtk
url = git://vtk.org/VTK.git
[submodule "ros/ros2_bazel_prototype/external/overlay_ws/src/rcpputils"]
path = ros/ros2_bazel_prototype/external/overlay_ws/src/rcpputils
url = [email protected]:EricCousineau-TRI/rcpputils.git
branch = issue/3
[submodule "ros/ros2_bazel_prototype/external/overlay_ws/src/rmw_implementation"]
path = ros/ros2_bazel_prototype/external/overlay_ws/src/rmw_implementation
url = [email protected]:EricCousineau-TRI/rmw_implementation.git
branch = issue/rcpputils_3
[submodule "ros/ros2_bazel_prototype/external/overlay_ws/src/rosidl_typesupport"]
path = ros/ros2_bazel_prototype/external/overlay_ws/src/rosidl_typesupport
url = [email protected]:EricCousineau-TRI/rosidl_typesupport.git
branch = issue/rcpputils_3