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

Errors complie this package on Melodic #8

Open
caimingxue opened this issue Sep 27, 2020 · 3 comments
Open

Errors complie this package on Melodic #8

caimingxue opened this issue Sep 27, 2020 · 3 comments

Comments

@caimingxue
Copy link

Dear, I have downloaded the packages(melodic version) to install on Melodic, however, there are many dependencies that need to be installed, such as opengm, dlib. When I have installed these third-party dependencies , there are also many problems, such as :
catkin_package() CATKIN_DEPENDS on 'opengm', which has been found in
'/usr/local/lib/cmake/opengm/opengmConfig.cmake', but it is not a catkin
package
Is there are any guidlines to build the ipa_coverage_planning. Thanks for your help.

@caimingxue caimingxue changed the title How to complie this package on Melodic Errors complie this package on Melodic Sep 27, 2020
@ipa-foj
Copy link
Contributor

ipa-foj commented Sep 28, 2020

Dear caimingxue, the packages opengm and dlib are provided by the cob_extern package. This package is a ROS environment wrapper for those libraries, it automatically downloads and builds them if you invoke catkin in your workspace.

@eejacky
Copy link

eejacky commented Apr 14, 2021

Dear, i have clone the package(melodic version) in my workspace(~/catkin_ws/src),and execute catkin_make at ~/catkin_ws, i get some problems, such as:

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

libdlibConfig.cmake
libdlib-config.cmake

Add the installation prefix of "libdlib" to CMAKE_PREFIX_PATH or set
"libdlib_DIR" to a directory containing one of the above files. If
"libdlib" provides a separate development package or SDK, be sure it has
been installed.

the package "cob_extern" have not downloads and builds
Thanks for you help!!

@krrish-jindal
Copy link

krrish-jindal commented Feb 29, 2024

you just need to install all these dependencies

sudo apt-get install libopencv-dev libboost-all-dev coinor-libcoinutils-dev coinor-libosi-dev coinor-libclp-dev coinor-libcgl-dev coinor-libcbc-dev
sudo apt install ros-noetic-cob-map-accessibility-analysis
sudo apt install ros-noetic-opengm
sudo apt install ros-noetic-libdlib 

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

4 participants