Invoking "cmake" failed !

asked 2023-08-09 06:43:55 -0500

GMO gravatar image

platform: ubuntu 22.04 OS_VERSION=1 ROS_PYTHON_VERSION=3.9 ROS_OS_OVERRIDE=conda:linux ROS_PACKAGE_PATH=/home/ghada/catkin_ws/src:/home/ghada/mambaforge/envs/ros_env/share ROSLISP_PACKAGE_DIRECTORIES=/home/ghada/catkin_ws/devel/share/common-lisp ROS_ETC_DIR=/home/ghada/mambaforge/envs/ros_env/etc/ros ROS_MASTER_URI=http://localhost:11311 ROS_ROOT=/home/ghada/mambaforge/envs/ros_env/share/ros ROS_DISTRO=noetic

the same error on my laptop platform ubuntu 20.04 ROS_VERSION=1 ROS_PYTHON_VERSION=3 ROS_PACKAGE_PATH=/opt/ros/noetic/share:/home/capture/workspace/src ROSLISP_PACKAGE_DIRECTORIES=/home/capture/catkin_ws/devel/share/common-lisp ROS_ETC_DIR=/opt/ros/noetic/etc/ros ROS_MASTER_URI={}:11311 ROS_ROOT=/opt/ros/noetic/share/ros ROS_DISTRO=noetic

In both devices after cloning the following: git clone https://github.com/ROBOTIS-GIT/turtle... -b noetic-devel git clone https://github.com/ROBOTIS-GIT/turtle... -b noetic-devel git clone https://github.com/ROBOTIS-GIT/turtle...

I am trying to run catkin_make but this message appears: -- Configuring incomplete, errors occurred! Invoking "cmake" failed !

How can be solved?

Thanks.

edit retag flag offensive close merge delete