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

Import error: undefined symbol #8

Open
oliviaylee opened this issue May 17, 2024 · 0 comments
Open

Import error: undefined symbol #8

oliviaylee opened this issue May 17, 2024 · 0 comments

Comments

@oliviaylee
Copy link

oliviaylee commented May 17, 2024

Hi,
I installed tracikpy following the instructions on the ReadMe, however I'm running into this issue:

>>> import numpy as np
>>> from tracikpy import TracIKSolver
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File ".../tracikpy/tracikpy/__init__.py", line 1, in <module>
    from .trac_ik_solver import TracIKSolver
  File ".../tracikpy/tracikpy/trac_ik_solver.py", line 9, in <module>
    from .swig.trac_ik_wrap import TRAC_IK
  File ".../tracikpy/tracikpy/swig/trac_ik_wrap.py", line 10, in <module>
    from . import _trac_ik_wrap
ImportError: /lib/x86_64-linux-gnu/libkdl_parser.so.1d: undefined symbol: _ZN4urdf5Model7initXmlEPKN8tinyxml211XMLDocumentE
>>> 

I was wondering how I can get around this? Thank you.

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

1 participant