compiler cannot locate rosdep for message generation

asked 2013-11-05 14:55:58 -0500

ayslegacy gravatar image

updated 2013-11-14 12:36:20 -0500

tfoote gravatar image

I've been getting an error about the compiler not being able to locate the messages my package depends on even though I specified them in generate_messages(). I thought it might have to do with some packages not being installed so I used rosdep install and then I entered

rosdep install --from-paths src --ignore-src --rosdistro groovy -y in the command line to check everything. I got an error about an incorrectly named swig-wx package and a message that my package could not have its rosdep keys converted to system dependencies.

edit retag flag offensive close merge delete