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 import tf_conversions in Python #215

Open
ninafiona opened this issue Oct 6, 2020 · 0 comments
Open

cannot import tf_conversions in Python #215

ninafiona opened this issue Oct 6, 2020 · 0 comments

Comments

@ninafiona
Copy link

Ubuntu 18.04, ros melodic, Python 2.7

I tried to import tf_conversions, but got the following error:

import tf_conversions
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/ros/melodic/lib/python2.7/dist-packages/tf_conversions/__init__.py", line 30, in <module>
    from .posemath import *
  File "/opt/ros/melodic/lib/python2.7/dist-packages/tf_conversions/posemath.py", line 34, in <module>
    from PyKDL import *
ImportError: No module named sip

I tried to build orocos-kdl with python-orocos-kdl from source, but it doesn't work if I also have another version installed from ros-orocos-kdl (I can only build and install when ros-orocos-kdl isn't installed).

Similar issue here: orocos/orocos_kinematics_dynamics#287

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