目录
1.ROS 解决catkin_make时 cmake error Invoking "cmake" failed
2. ROS 解决catkin_make时 Invoking "make -j4 -l4" failed0
3. ImportError: No module named em
7. fatal error: ros/ros.h: 没有那个文件或目录
9. catkin_make : make: /usr/bin/cmake: Command not found
1.ROS 解决catkin_make时 cmake error Invoking "cmake" failed
照着官网教程做的时候执行catkin_make命令时报错
CMakeLists.txt:52 (find_package)
Configuring incomplete, errors occurred!
See also "/home/zym-sf/catin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/zym-sf/catin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
解决方案:
pip install -U rosdep rosinstall_generator wstool rosinstall six vcstools