ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

The isssue is catkin_add_gtest(example_test test/example_test.test test/example_test.cpp)

should be

add_rostest_gtest(example_test test/example_test.test test/example_test.cpp)

https://github.com/ros/ros_comm/issues/258