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

@ahendrix is right. You have to build these libraries within your package.

See the openTLD CMakeList files here and here.

There the original openTLD project builds them.

@ahendrix is right. You have to build these libraries within your package.

See the openTLD CMakeList files here and here.

Add the add_library commands to your CMakeLists.txt or use sub CMakeLists.txt in this case you may even be able to simply copy the original CMakeLists.txts.

There the original openTLD project builds them.