ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
On your CMakeList.txt in your ros pkg you need to add something like this:
rosbuild_add_executable(your_node src/your_node.cpp)
target_link_libraries(your_node itpp-4.2)
Hope this helps!