-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdependencies.yaml
More file actions
34 lines (31 loc) · 952 Bytes
/
dependencies.yaml
File metadata and controls
34 lines (31 loc) · 952 Bytes
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
repositories:
easy_profiler_catkin:
type: git
url: git@fornat1.jpl.nasa.gov:x/x_external/x_easy_profiler_catkin.git
version: master
eigen_catkin:
type: git
url: git@fornat1.jpl.nasa.gov:x/x_external/x_eigen_catkin.git
version: master
ceres_catkin:
type: git
url: git@github.com:ethz-asl/ceres_catkin.git
version: master
# needed to build eigen_catkin and x_easy_profiler_catkin
catkin_simple:
type: git
url: git@github.com:catkin/catkin_simple.git
version: master
# # needed to build ceres_catkin with SuiteSparse support and glogging (but it seems that it works without as well)
# suitesparse:
# type: git
# url: git@github.com:ethz-asl/suitesparse.git
# version: master
# gflags_catkin:
# type: git
# url: git@github.com:ethz-asl/gflags_catkin.git
# version: master
# glog_catkin:
# type: git
# url: git@github.com:ethz-asl/glog_catkin.git
# version: master