-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathcostar.rosinstall
More file actions
17 lines (13 loc) · 813 Bytes
/
costar.rosinstall
File metadata and controls
17 lines (13 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This ROSINSTALL file should hold the dependencies for getting this project up and running.
# There might still be some issues.
# Some code is covered by patents.
# main
- git: {version: master, local-name: costar_stack, uri: 'git@github.com:cpaxton/costar_stack.git'}
- git: {version: master, local-name: sp_segmenter, uri: 'git@github.com:jhu-lcsr/sp_segmenter.git'}
# Robot description
- git: {version: working, local-name: robotiq, uri: 'https://github.com/ros-industrial/robotiq.git'}
# object detection
- git: {version: master, local-name: ObjRecRANSAC, uri: 'git@github.com:tum-mvp/ObjRecRANSAC.git'}
# motion
- git: {version: master, local-name: dmp, uri: 'git@github.com:cpaxton/dmp.git'}
- git: {version: master, local-name: ur_modern_driver, uri: 'git@github.com:ThomasTimm/ur_modern_driver.git'}