Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to catkin_make when following instructions in order #9

Open
nicholasadr opened this issue Mar 19, 2020 · 2 comments
Open

Fail to catkin_make when following instructions in order #9

nicholasadr opened this issue Mar 19, 2020 · 2 comments

Comments

@nicholasadr
Copy link
Member

I'm not sure if website readers are supposed to follow the website instructions in page-by-page order. I think most users will do so and in which case will face a workspace build error. When running catkin_make in Chap 1 > System: ROS, Gazebo > Create a ROS workspace, the page assumes that the workspace is empty. However, a user who followed step-by-step would have osr_course_pkgs cloned into his/her workspace in Chap 1 > Basic tools

The following error will occur:

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

    openrave_catkinConfig.cmake
    openrave_catkin-config.cmake

  Add the installation prefix of "openrave_catkin" to CMAKE_PREFIX_PATH or
  set "openrave_catkin_DIR" to a directory containing one of the above files.
  If "openrave_catkin" provides a separate development package or SDK, be
  sure it has been installed.
Call Stack (most recent call first):
  osr_course_pkgs/osr_openrave/CMakeLists.txt:4 (find_package)

Let me know if this is a legitimate issue and I can propose a PR for this

@quangounet
Copy link
Collaborator

Any updates on this @nicholasadr ?

@nicholasadr
Copy link
Member Author

From my understanding this problem still persist. I'll work on a fix for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants