catkin_make error when adding any package to find_package in CMakeLists.txt

asked 2020-05-25 00:45:09 -0500

RosNoob101 gravatar image

updated 2020-05-25 02:44:32 -0500

gvdhoorn gravatar image

These are the errors that I am getting on adding any package name to CMakeLists.txt - to find_package () other than std_msgs. On removing these packages the catkin_ws gets built successfuly. Please help. I want to use sensor_msgs package to create a msg.

using ubuntu 16.04, Ros Kinetic

make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed
edit retag flag offensive close merge delete