Catkin_make command doesn't work [closed]

asked 2016-05-03 07:04:52 -0500

b-sriram gravatar image

updated 2016-05-03 07:11:46 -0500

 Base path: /home/students/Ablage/JV-Team/catkin_ws
Source space: /home/students/Ablage/JV-Team/catkin_ws/src
Build space: /home/students/Ablage/JV-Team/catkin_ws/build
Devel space: /home/students/Ablage/JV-Team/catkin_ws/devel
Install space: /home/students/Ablage/JV-Team/catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/students/Ablage/JV-Team/catkin_ws/build"
####
####
#### Running command: "make -j8 -l8" in "/home/students/Ablage/JV-Team/catkin_ws/build"

When I try to catkin make the workspace it runs till this and stops. None of my packages are built. Can anyone please suggest what I should do?

Thanks

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by b-sriram
close date 2016-05-03 09:57:52.274851

Comments

Catkin doesn't seem to know your packages. Have you followed the tutorial. If so, please include more information on your packages.

Felix Endres gravatar image Felix Endres  ( 2016-05-03 07:52:29 -0500 )edit

Hi thanks but i figured out the problem All my package.xml files were reanmed to package.xml.bad Don't know how, but when I changed it, it worked

b-sriram gravatar image b-sriram  ( 2016-05-03 09:57:05 -0500 )edit