forked from stonier/ecl_core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecl.rosinstall
13 lines (12 loc) · 847 Bytes
/
ecl.rosinstall
1
2
3
4
5
6
7
8
9
10
11
12
13
[
# Official Ros Stacks
#{'setup-file': {'local-name': '/opt/ros/groovy/setup.sh'}},
#{'other': {'local-name': '/opt/ros/groovy/share/ros'}},
#{'other': {'local-name': '/opt/ros/groovy/share'}},
#{'other': {'local-name': '/opt/ros/groovy/stacks'}},
{'git': {'local-name': 'ecl_tools', 'version': 'groovy-devel', 'uri':'https://github.com/stonier/ecl_tools.git'}},
{'git': {'local-name': 'ecl_lite', 'version': 'groovy-devel', 'uri':'https://github.com/stonier/ecl_lite.git'}},
{'git': {'local-name': 'ecl_core', 'version': 'groovy-devel', 'uri':'https://github.com/stonier/ecl_core.git'}},
{'git': {'local-name': 'ecl_navigation', 'version': 'groovy-devel', 'uri':'https://github.com/stonier/ecl_navigation.git'}},
{'git': {'local-name': 'ecl_manipulation', 'version': 'groovy-devel', 'uri':'https://github.com/stonier/ecl_manipulation.git'}},
]