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

Revision history [back]

Just remove the

if(NOT CATKIN_ENABLE_TESTING)

return()

endif()

from the CMakeLists.txt file and it would work like a normal catkin_make file. Then you can smoothly run catkin_make_isolated.