MoveIt! Installation
Hi,
I've been trying to install MoveIt! on ROS Indigo in Ubuntu 14.04 and have been running into issues.
I first tried to install it using the binary installation instructions: sudo apt-get install ros-indigo-moveit-ros However, it says:
*Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ros-indigo-moveit-full : Depends: ros-indigo-moveit-commander but it is not going to be installed
Depends: ros-indigo-moveit-ros but it is not going to be installed
Depends: ros-indigo-moveit-setup-assistant but it is not going to be installed*
I have also tried installing it from source. It seemed to work after a few times but when I try to run a tutorial program, it says "ImportError: No module named moveit_commander"
I tried reinstalling ROS multiple times to no avail.
I've been looking around online but it seems like other people are having similar issues. Has any been able to successfully install MoveIt?
Thanks