ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Solved my own problem...
The issue was in the cmakelists.txt: target_link_libraries(biotac_pub ${catkin_LIBRARIES} -lm -ldl)
I added -ldl to the target link libraries and everything is AOK now.