ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you've indeed already installed ROS, don't forget to source your /opt/ros/indigo/setup.bash (and add it to your ~/.bashrc!)
To execute the command:
> source /opt/ros/indigo/setup.bash
To add to your ~/.bashrc:
> echo "source /opt/ros/indigo/setup.bash" >> ~/.bashrc
> source ~/.bashrc