Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@niosus niosus released this 28 Mar 14:44
· 21 commits to master since this release
  • fix a bug, where if the user specifies packages to be downloaded, their dependencies were never downloaded.
  • allow cloning a specific branch specified in <export> tag in package.xml. See Readme for more info.

Example of using branch in package.xml:

<?xml version="1.0"?>
<package>
  ...
  <export>
    <git_url target="depth_clustering" url="[email protected]:niosus/catkin_tools_fetch.git" branch="master" />
  </export>
</package>