ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Looks like a linker error... Have you added the somehing like the following to your CMakeLists.txt
?
find_package (PythonLibs 3.4 EXACT)
target_link_libraries(fault_detector ${catkin_LIBRARIES} ${PYTHON_LIBRARIES})