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

Your library ends up in the wrong location under build - it should be under devel/lib.

The reason is that you invoke catkin_package after add_library. catkin_package sets the default destination for all kind of targets ans must therefore be called before add_library.

Your library ends up in the wrong location under build - it should be under devel/lib.

The reason is that you invoke catkin_package after add_library. catkin_package sets the default destination for all kind of targets ans and must therefore be called before add_library.