Quiz 1under " basic ros in 5 days"

Invoking “cmake” failed . I get this error while making the project . Can you help with that ?

You need to review you CMakeList.txt file.

1 Like

Hi @mahrokh98,

rather than cmake, we normally use catkin_make on the ~/catkin_ws folder when compiling ROS prosjects.

The command would be the following:

cd ~/catkin_ws

catkin_make

Please let us know if you have any problems after trying these commands.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.