How to install object_manipulation package for ros hydro on ubuntu 13.10
I am trying to install object_manipulation package for ros hydro (which I installed from source) on ubuntu 13.10. To do that I downloaded the source of package from github link and tried to run following command in the downloaded folder:
sudo /opt/ros/hydro/bin/catkin_make_isolated --install --install-space /opt/ros/hydro
However I am getting following error: Traceback (most recent call last): File "/opt/ros/hydro/bin/catkin_make_isolated", line 12, in <module> from catkin.builder import build_workspace_isolated ImportError: No module named catkin.builder