You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed the problem by cloning the repo, building and installing it. I think my problem was a conflict between python 3 and 2. Since I am using ROS I have to use python 2, but the lib was correctly installed for python 3.
Had same issue, installing with:
pip install octomap-python --no-binary octomap-python
Fixed the problem on my end
(Ubuntu 18.04 in a VM running on windows)
Hello,
I am trying to install the octomap-python package to use it with the ROS Octomap node.
I did
pip2 install octomap-python
to install the package.I previously ran into the same issue as #1 which I fixed by doing
sudo apt install libdynamicedt3d1.8
.Now, when doing
import octomap
in python I get :I don't know what to do. Should I link the C++ library manually somehow ?
Thank you for helping me !
The text was updated successfully, but these errors were encountered: