-
Notifications
You must be signed in to change notification settings - Fork 83
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
OMPL dependency #2
Comments
Thanks for your interests. |
I have try |
I met this problem too, and i found a way. By 'whereis ompl', we can find that there is 'omplConfig.cmake' under /usr/share/ompl/cmake, just copy and rename! Then the build can be done without error. |
Detail : Because it can not found FindOMPL.cmake robot@robot:~/my_code/test_git/CL-CBS/build$ cmake -DCMAKE_BUILD_TYPE=Release .. Could not find a package configuration file provided by "OMPL" with any of
Add the installation prefix of "OMPL" to CMAKE_PREFIX_PATH or set -- Configuring incomplete, errors occurred! robot@robot:
|
Hi, I found the work depends on the OMPL library while not being mentioned in the README. To get your code to tun, I installed the OMPL library from here: https://ompl.kavrakilab.org/core/download.html, and I manually included the OMPL install path to the CMake List. Maybe consider adding this in the dependency section.
Regards,
Dingyi
The text was updated successfully, but these errors were encountered: