depends on message does not work for my node
Hello,
I have some nodes that uses custom messages that I have in my workspace. In the package.xml I have declared it as depends (build and run), but if I clean the workspace when I use catkin_make to build everything it crash.
The crash is because the compiler try to build the node before generating the message and cannot find header files for the messages.
I think that I forgot something, but I cannot find a solution in the web.
Thanks you very much.
PD: I am using hydro.