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

The answer had to do with linking libraries. I had to add:

target_link_libraries(guiTest ${catkin_LIBRARIES})

to my CMakesList, and then the test node was found. I don't remember this step being mentioned though for the original rosbuild rostests.