Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.
This repository was archived by the owner on May 31, 2025. It is now read-only.

Importing tf in python fails because of undefined symbol #31

@sksellio

Description

@sksellio

Importing tf fails with this error:

Traceback (most recent call last):
  File "test/arm_mover_test.py", line 6, in <module>
    from moveit_commander.commander import MoveGroupCommander
  File "/u/selliott/moveit/src/moveit_commander/src/moveit_commander/__init__.py", line 1, in <module>
    from commander import *
  File "/u/selliott/moveit/src/moveit_commander/src/moveit_commander/commander.py", line 38, in <module>
    import tf
  File "/opt/ros/groovy/lib/python2.7/dist-packages/tf/__init__.py", line 28, in <module>
    from _tf import *
ImportError: /opt/ros/groovy/lib/libroscpp.so: undefined symbol: _ZN6XmlRpc12XmlRpcSocket11s_use_ipv6_E

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions