Installing ROS on mac
The errors encountered when installing ROS in a MAC is documented here. ROS installation in MAC Installation of ROS in MAC http://www.ros.org/wiki/electric/Installation/OSX Error 1 When installing ROS in MAC, there comes a point where a number of tools are required to be installed. The installer automatically generates the scripts required to install the tools. It asks for your password. But the terminal sort of crashed and did not accept even if my password was correct. The solution to this is we need to manually install the tools before installing ROS. Dependencies in MAC - sudo port install py26-pil sudo port install py26-numpy sudo port install google-test sudo port install log4cxx sudo port install boost sudo port install py26-paramiko run the ROS installer command from http://www.ros.org/wiki/electric/Installation/OSX Error 2: rosinstall command not found. roslocate command not found Solution: export PATH=$PATH:/opt/local/Library/Frameworks/Python.fram...