-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsource.yml
55 lines (42 loc) · 1.48 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
55
# Use GITORIOUS_ROOT and GITORIOUS_PUSH_ROOT for the packages that are on Gitorious
# Use SPACEGIT_ROOT and SPACEGIT_PUSH_ROOT for the packages that are on spacegit
name: auv_avalon
#imports:
# - spacegit: rock-dfki/package_set
# TODO fix imports
version_control:
- auv_avalon/.*:
github: auv-avalon/$PACKAGE_BASENAME
branch: $ROCK_FLAVOR
- simulation/orogen/avalon_simulation:
github: auv-avalon/$PACKAGE_BASENAME
branch: $ROCK_FLAVOR
- auv_avalon/orogen/.*:
github: auv-avalon/orogen-$PACKAGE_BASENAME
branch: $ROCK_FLAVOR
- slam/orogen/auv_helper:
github: auv-avalon/orogen-$PACKAGE_BASENAME
branch: $ROCK_FLAVOR
- bundles/avalon:
github: auv-avalon/bundle
branch: $ROCK_FLAVOR
- bundles/auv:
github: auv-avalon/auv_bundle
branch: $ROCK_FLAVOR
- bundles/sauce:
github: auv-avalon/sauce-bundle
branch: $ROCK_FLAVOR
- image_processing/pipeline_inspection:
github: auv-avalon/$PACKAGE_BASENAME
branch: $ROCK_FLAVOR
- image_processing/orogen/pipeline_inspection:
github: auv-avalon/orogen-$PACKAGE_BASENAME
branch: $ROCK_FLAVOR
- perception/apriltags:
type: archive
url: http://april.eecs.umich.edu/software/apriltag-2015-03-18.tgz
patches:
- $AUTOPROJ_SOURCE_DIR/patches/apriltags.patch
- perception/orogen/apriltags:
github: dbcesar/perception-orogen-apriltags
branch: $ROCK_BRANCH