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

This is not intended by catkin.

It can sometimes work, but it may sometimes not work. "catkin_make xyz" means making the cmake target xyz. I believe cmake adds a target for each subfolder by default, thogh not sure what goes into that target. Also that target may be overriden e.g. by add_executable(xyz ...).

If you want a target like that, you might ask for it on github.