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

It seems that you did not move rosinstall to /usr/bin, but instead moved some rosinstall YAML file to /usr/bin and made it executable.

rosinstall is a program

fuerte-ros-full.rosinstall is not a program, it is just data (for rosinstall)

The documentation here tells you to install rosinstall: http://www.ros.org/wiki/fuerte/Installation/Arch#The_Python_Issue

but prefer to do it with pip2 as lorenz says.