ImportError: libmoveit_kinematics_plugin_loader.so [closed]

asked 2014-07-24 14:21:54 -0500

David Lu gravatar image

I have installed moveit_commander, but get the following error when trying to import it in python.

>>> import moveit_commander
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/ros/hydro/lib/python2.7/dist-packages/moveit_commander/__init__.py", line 4, in <module>
    from move_group import *
  File "/opt/ros/hydro/lib/python2.7/dist-packages/moveit_commander/move_group.py", line 40, in <module>
    from moveit_ros_planning_interface import _moveit_move_group_interface
ImportError: /opt/ros/hydro/lib/libmoveit_kinematics_plugin_loader.so: undefined symbol: _ZN3ros7package10getPluginsERKSsS2_RSt6vectorISsSaISsEEb

ROS Hydro - Ubuntu 12.10 moveit_commander version 0.5.7

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by David Lu
close date 2015-06-23 11:22:39.562463