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

I can only think of two things:

  1. You named your target test: this could cause a name clash with actual testing targets
  2. You don't have a target_link_libraries(..) invocation in your CMakeLists.txt

I'd be surprised if it is the second, but the first does make sense, sort of.