Releases: PRBonn/catkin_tools_fetch
Releases · PRBonn/catkin_tools_fetch
Version 0.0.7
- fix running with python 3
Version 0.0.6
- If
package.xml
dependencies contain spaces, they will be stripped, but a warning will be shown to the user.
Version 0.0.5
Fix missing module in the package
Version 0.0.4
fix wrong entry point.
Version 0.0.3
- available through
PyPI
[sudo] pip install catkin_tools_fetch
Version 0.0.1
- initial version
- allows to use catkin fetch in a catkin workspace
- recursively downloads the repositories from specified urls
- urls can be specified in
package.xml
of each package in<export>
part:
<export>
<git_url target="PACKAGE_NAME" url="PACKAGE_URL" />
</export>
- alternatively a default url can be passed
- filters out ROS repositories