{PKG_NAME}_generate_messages_cpp vs {PKG_NAME}_gencpp
Hi there, using catkin in groovy I have seen two ways to specify dependencies to build msgs and srvs:
add_dependencies(my_bin {PKG_NAME}_generate_messages_cpp)
and
add_dependencies(my_bin {PKG_NAME}_gencpp)
Which one is correct? None of them though seem to build services that my_bin depends on.
D.