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

In the CMakeLists.txt file in your package, you haven't specified any Install Targets. Work on Catkin's tutorial for doing that, and release a new version.

In the CMakeLists.txt file in your package, you haven't specified any Install Targets. Work on Catkin's tutorial for doing that, and test with install option (i.e. catkin_make install) to check the specified targets are created in the generated install folder. If things go well then release a new version.