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

As Dirk Thomas well said, the problem is that your user name contains a '@'. When you create a package, catkin_create_package get your user name and put it inside your package.xml as follows:

username@todo.todo

And, it seems that if the email address is not valid, the process will stop.
The only solution I can see now is to change your user name and choosing a "good one".

I hope it helps you,
lfr