-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.rosinstall
36 lines (26 loc) · 2.15 KB
/
.rosinstall
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
- other: {local-name: /opt/ros/groovy/share/ros}
- other: {local-name: /opt/ros/groovy/share}
- other: {local-name: /opt/ros/groovy/stacks}
- setup-file: {local-name: /opt/ros/groovy/setup.sh}
## catkin (wet) packages and js libraries ##################
# video and depth streaming
- git: {local-name: src/depthcloudjs, uri: '[email protected]:willowgarage/depthcloudjs.git', version: groovy-devel}
## rosbuild (dry) stacks & packages ###############
# interactive manipulation source code from github
- git: {local-name: rosbuild_src/object_manipulation, uri: '[email protected]:ros-interactive-manipulation/object_manipulation.git', version: groovy-devel}
- git: {local-name: rosbuild_src/pr2_object_manipulation, uri: '[email protected]:ros-interactive-manipulation/pr2_object_manipulation.git', version: groovy-devel}
# pr2 plugs
- hg: {local-name: rosbuild_src/pr2_plugs, uri: 'https://kforge.ros.org/plugs/hg'}
# web interface dependencies
- git: {local-name: src/rosbridge_suite, uri: '[email protected]:RobotWebTools/rosbridge_suite.git', version: groovy-devel}
- git: {local-name: src/rospy_message_converter, uri: '[email protected]:baalexander/rospy_message_converter', version: groovy-devel}
- git: {local-name: rosbuild_src/interactive-manipulation-sandbox, uri: '[email protected]:willowgarage/interactive-manipulation-sandbox.git', version: groovy-devel}
# world model
- git: {local-name: src/rospy_message_converter, uri: '[email protected]:baalexander/rospy_message_converter', version: groovy-devel}
- git: {local-name: src/world_model, uri: '[email protected]:willowgarage/world_model.git', version: groovy-devel}
############################# Optional stuff ############################
# interactive markers sources
# - git: {local-name: src/interactive_markers, uri: '[email protected]:ros-visualization/interactive_markers.git', version: groovy-devel}
# for running the web version of pr2_marker_control standalone
# - git: {local-name: src/interactivemarkersjs, uri: '[email protected]:RobotWebTools/interactivemarkersjs.git', version: groovy-devel}
# - git: {local-name: src/interactive_marker_proxy, uri: '[email protected]:ros-visualization/interactive_marker_proxy.git', version: groovy-devel}