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

Found the answer:

add_dependencies(CUASVNodelets lrs_cvimage_gencpp)

solved my problem in the package lrs_cvimage. For me this is not intuitive at all that I have to specify a dependency inside the package. I mean messages could always be generated before compiling.