ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
While catkin_make is stuck, try looking for processes that are running and look stuck. I would try running a graphical process monitor or top, and also running something like ps auxwwwf
to display the process tree, and look for leaves in the process tree which might be blocking the parent process.