ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Your install has some sort of issue with a package dependency. ros-indigo-moveit-full is a metapackage i.e. it is an umbrella for actual packages like ros-indigo-moveit-commander, etc. I would try and install packages individually and that should help identify where the problem lies.

If you have built from source successfully, then the moveit_commander module (which is a python module like any other python module) should be in a python 'dist-packages' directory. You can see all the module directories that Python looks in with "import sys; sys.path". ROS puts all of its modules in /opt/ros/<ros-version>/lib/python2.7/dist-packages but as moveit is separately built, you should see moveit-commander in /usr/local/lib/python2.7/dist-packages/