-
Notifications
You must be signed in to change notification settings - Fork 4
/
source.yml
54 lines (44 loc) · 1.23 KB
/
source.yml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: wbc_package_set
version_control:
- control/wbc:
github: ARC-OPT/wbc.git
branch: master
- control/qpSWIFT:
github: qpSWIFT/qpSWIFT.git
branch: main
patches:
- $AUTOPROJ_SOURCE_DIR/patches/qpSWIFT.patch
- control/orogen/wbc:
github: ARC-OPT/orogen-wbc.git
branch: master
- control/proxqp:
github: Simple-Robotics/proxsuite.git
branch: main
with_submodules: true
- control/orogen/ctrl_lib:
github: ARC-OPT/orogen-ctrl_lib.git
branch: master
- gui/wbc_gui:
github: ARC-OPT/wbc_gui.git
branch: master
- control/qpOASES:
github: coin-or/qpOASES
tag: releases/3.2.1
patches:
- $AUTOPROJ_SOURCE_DIR/patches/qpOASES.patch
- control/eiquadprog:
github: stack-of-tasks/eiquadprog.git
branch: master
with_submodules: true
patches:
- $AUTOPROJ_SOURCE_DIR/patches/eiquadprog.patch
- control/pinocchio:
github: stack-of-tasks/pinocchio.git
tag: v2.6.8
with_submodules: true
- control/rbdl:
github: rbdl/rbdl.git
tag: v3.2.1
with_submodules: true
patches:
- $AUTOPROJ_SOURCE_DIR/patches/rbdl.patch