ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What i am trying to do is to add the find_package(CATKIN REQUIRED) [..]

It's Catkin, not CATKIN.

What i am trying to do is to add the find_package(CATKIN REQUIRED) [..]

It's Catkincatkin, not CATKIN.

Correct capitalisation matters, as this all maps to filenames. And many filesystems are case-sensitive.

So CATKIN cannot be found, but catkin should be findable (unless your search path is not properly setup).