-
Hello, I am trying to install OMPL with the script **install-ompl-ubuntu.sh **, I can import the library running `import ompl` but if I import utils I get the error `ModuleNotFoundError: No module nam…
-
after install ompl with script: bash install-ompl-ubuntu.sh.in --python
![image](https://github.com/ompl/ompl/assets/13350158/5118b9b7-9397-4b9d-a7bb-b3966abd04c5)
![image](https://github.com/ompl/o…
-
I download the omplapp-1.5.2-Source from the official website on my Mac whose version is Big Sur. I installed MacPort and followed the instructions in https://ompl.kavrakilab.org/installation.html. It…
-
**[Original report](https://bitbucket.org/ompl/ompl/issue/366) by ggq_stef (Bitbucket: [stef_leon](https://bitbucket.org/stef_leon), ).**
----------------------------------------
Hi,every one.Last w…
-
following the build instructions given in readme, cmake fails to find python modules
```
ompl/build/Release on master
➜ cmake ../..
-- The CXX compiler identif…
-
Hello, I am trying to compile the SE2RigidBodyPlanning.cpp Demo, but since upgrading to Ubuntu 22.04 I am unable to.
I get the following error when compiling:
```
Consolidate` compiler generated …
-
Compilation on archlinux fails as of 09-30-21.
I'm not asking for help, really, but I am documenting the problem here as I find a solution to it, perhaps followed by a pull request if I'm successf…
-
Hello all,
### Context
I use docker extensively for my work and research, so I usually create my development environments in docker containers. I have 3 computers one running Debian Sid and anothe…
-
Hi, I followed the steps in https://ompl.kavrakilab.org/installation.html to install the python bindings - however, when I try to import ompl, it gives me a module not found error. In addition, in the…
-
Env: Ubuntu 20.04.4 LTS 64-bit, Nvidia Tegra Orin, ARMv8 Processor rev 1 (v8l) x 12
I can successfully install the OMPL without Python bindings using `./install-ompl-ubuntu.sh`. But when I install …