-
Notifications
You must be signed in to change notification settings - Fork 2
/
source.yml
58 lines (45 loc) · 1.63 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
56
57
58
name: rock.ros
version_control:
#rock-ros bridge
- tools/rtt_transports/ros:
gitorious: orocos-communication/ros-transport
branch: $ROCK_FLAVOR
- tools/orogen_ros:
gitorious: rock-ros/orogen_ros
branch: $ROCK_FLAVOR
#catkin packages
#dummy package to invoke catkin once for all packages below
- ros:
type: none
- ros/src/navigation_2d/*:
type: git
url: https://github.com/skasperski/navigation_2d.git
push_to: https://github.com/skasperski/navigation_2d.git
- ros/src/navigation:
type: git
url: https://github.com/ros-planning/navigation.git
push_to: https://github.com/ros-planning/navigation.git
branch: hydro-devel
- ros/src/bfl:
type: git
url: https://github.com/ros-gbp/bfl-release.git
push_to: https://github.com/ros-gbp/bfl-release.git
branch: upstream
- ros/src/p2os:
type: git
url: https://github.com/allenh1/p2os.git
- ros/src/moveit/.*:
type: git
url: https://github.com/ros-planning/moveit_$PACKAGE_BASENAME.git
branch: hydro-devel
- ros/src/object_recognition/vision/.*:
type: svn
url: http://agas-ros-pkg.googlecode.com/svn/trunk/object_recognition/src/vision/object_recognition/$PACKAGE_BASENAME
- ros/src/common_msgs:
type: git
url: https://github.com/ros/common_msgs.git
branch: hydro-devel
- ros/src/std_msgs:
type: git
url: https://github.com/ros/std_msgs.git
branch: groovy-devel