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

Go to the end of the file that you just opened and paste the following:

~/ros/indigo/catkin_ws/devel/setup.bash

then save the file, exit the editor.

Now continue with whatever the documentation tells you to do.


Note that this of course assumes that you actually have a directory ros/indigo/catkin_ws in your home directory and that you built the workspace.

Go to the end of the file that you just opened and paste the following:

~/ros/indigo/catkin_ws/devel/setup.bash

then save the file, exit the editor.

Now continue with whatever the documentation tells you to do.


Note that this of course assumes that you actually have a directory ros/indigo/catkin_ws in your home directory and that you built the workspace.

Note also that if you ever delete ~/ros/indigo/catkin_ws/devel/setup.bash, every new terminal that you open will complain about ~/ros/indigo/catkin_ws/devel/setup.bash not existing.

Go to the end of the file that you just opened and paste the following:

source ~/ros/indigo/catkin_ws/devel/setup.bash

then save the file, exit the editor.

Now continue with whatever the documentation tells you to do.


Note that this of course assumes that you actually have a directory ros/indigo/catkin_ws in your home directory and that you built the workspace.

Note also that if you ever delete ~/ros/indigo/catkin_ws/devel/setup.bash, every new terminal that you open will complain about ~/ros/indigo/catkin_ws/devel/setup.bash not existing.