Skip to content

Version 0.0.1

Compare
Choose a tag to compare
@niosus niosus released this 18 Nov 11:55
· 69 commits to master since this release
  • 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