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

you need to add ROS_WORKSPACE to your bashrc. For example, if you create a directory called ros_workspace, you should add the following line to bashrc

export ROS_WORKSPACE=/home/user/ros_workspace

after that remember to do a

source ~/.bashrc