ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
You need to link wiringPi library to you cmakeLists.txt. It may be on your LD_LIBRARY_PATH. If so all you need to do is in you CMakeLists.txt:
target_link_libraries( your_node wiringPi ${catkin_LIBRARIES})