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 :
$ python2 -c 'import octomap'
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: /home/rhidra/.local/lib/python2.7/site-packages/octomap.so: undefined symbol: _ZN7octomap14AbstractOcTree4readERKSs
I don't know what to do. Should I link the C++ library manually somehow ?
Thank you for helping me !