ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error here is that the build is trying to run git rev-parse --abbrev-ref HEAD and it's failing. The error output isn't included, but I suspect it's because it isn't running in a git repository.

It looks like you need to clone the repository with git instead of downloading a tarball.