Robotics StackExchange | Archived questions

Wstool error

Hi! How do I solve this error in wstool?

   wstool: error: Element {'git': {'local-name': 'nao_extras', 'uri': '<nao_extras link>'}} already exists, did you mean --detached ?

I cant post link. Had to replace the links with Thanks

Asked by dnth on 2014-02-16 21:55:34 UTC

Comments

Answers

There should be a valid URI specified after the 'uri': identifier in your rosinstall file. Turns out there is a nao_extras repository, so the correct rosinstall entry would probably be:

{'git': {'local-name': 'nao_extras', 'uri': 'https://github.com/ros-nao/nao_extras'}}

Asked by Stefan Kohlbrecher on 2014-02-16 22:08:26 UTC

Comments

yep that is the line I entered into the bash. But i got the above error. In my post i had to replace the links with " " because i dont have enough karma to post any link.

Asked by dnth on 2014-02-16 22:26:23 UTC