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

Cannot build Python bindings on Windows #1081

Open
ggaddo97 opened this issue Jul 26, 2023 · 1 comment
Open

Cannot build Python bindings on Windows #1081

ggaddo97 opened this issue Jul 26, 2023 · 1 comment

Comments

@ggaddo97
Copy link

Hi everybody. I am recently working on path planning for robotic manipulators and I would like to integrate the OMPL library into my Python project.

The problem I am experiencing is not being able to generate the bindings for python. I am working on a machine with windows 10 and Visual Studio 2022. I have installed both ompl and omplapp x64-windows via vcpkg. The installation seems to be successful and the library is correctly included in c++ format in Visual Studio projects. However, when I launch the script with the test gui ompl_app.py, the bindings are not found.

I guess it could be a problem with the compilation of the library itself. I followed the README.md file and compiled the source with cmake and cmake --build. I don't have the make command on windows (or maybe I wasn't able to use it).

I searched online but couldn't find any working solutions, so I wanted to ask if this was a known problem or if other users had been able to use python bindings on windows with ease.

@1850298154
Copy link

I meet the same problem!

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