ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Based on https://github.com/atenpas/handle_detector, it looks like your default branch is master
, which contains a package.xml
for version 1.1.0
. Looking at your release settings: https://github.com/atenpas/handle_detector-release/blob/master/tracks.yaml#L33 , you are using the "default" branch. You need to run bloom-release
with the additional argument --edit
. That will prompt you to update your configuration before trying to release. Then for the development branch setting you should put indigo
since that is branch you'd like to release from on your upstream repository.