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

Could NOT find roscp (missing: roscp_DIR)

asked 2018-11-03 22:54:00 -0500

nyk gravatar image

updated 2018-11-04 01:23:52 -0500

gvdhoorn gravatar image

I'm new to ROS, and I got errot when trying to make workspace with catkin_make. Can you tell me how to solve this problem?

CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by "roscp" with any of
  the following names:

    roscpConfig.cmake
    roscp-config.cmake
edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2018-11-04 01:17:32 -0500

ahendrix gravatar image

Did you mean roscpp?

edit flag offensive delete link more
0

answered 2020-03-30 06:04:17 -0500

Hey, I have had the same problem. In my case, it went wrong while creating a package. While doing that, I wrote roscp instead of roscpp. In order to solve, deleted the package I created first and created it again by following the steps on http://wiki.ros.org/ROS/Tutorials/CreatingPackage then I was able to build code in a catkin workspace by catkin_make.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2018-11-03 22:54:00 -0500

Seen: 2,270 times

Last updated: Nov 04 '18