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

Revision history [back]

I guess you have a line

source/opt/ros/fuerte/setup.bash

somewhere at the end of your ~/.bashrc file. Note that there is a space missing after the source, i.e. the line should be:

source /opt/ros/fuerte/setup.bash

Open ~/.bashrc and fix the line.