Unknown CMake command "catkin_run_tests_target"

asked 2018-05-14 04:50:12 -0500

Creesy gravatar image

Hello, i am currently working to get packages working and activating the workspace in catkin

When i start a new Terminal i get this:

bash: ~catkin_ws/devel/setup.bash: Datei oder Verzeichnis nicht gefunden

in english that would be no files or directory found

Using the command "catkin_init_workspace" gives me the response:

File "/home/creesy/catkin_ws/src/CMakeLists.txt" already exists

when I got for cd .. to get to the upper directory and use "catkin_make" I get the following error:

CMake Error at /opt/ros/kinetic/share/roslint/cmake/roslint-extras.cmake:67 (catkin_run_tests_target):

Unknown CMake command "catkin_run_tests_target".

Call Stack (most recent call first): operator_ws/src/taurobtrackerapi/taurob_teleop_twist_joy/CMakeLists.txt:35 (roslint_add_test)

-- Configuring incomplete, errors occurred! See also "/home/creesy/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/creesy/catkin_ws/build/CMakeFiles/CMakeError.log". Makefile:1356: die Regel für Ziel „cmake_check_build_system“ scheiterte make: * [cmake_check_build_system] Fehler 1 Invoking "make cmake_check_build_system" failed

edit retag flag offensive close merge delete