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

Could anyone give me an example of what circumstances this warning might occur

the warning message mentions one such situation: a node that uses nodelet.load(..) but also target_link_libraries(..) against the libraries that host the nodelets. If you have find_package(catkin .. COMPONENTS nodeletlib0 nodeletlib1 ..) and finally a target_link_libraries(.. ${catkin_LIBRARIES}) that would cause this.