ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You must use source /opt/ros/hydro/setup.bash
command each new terminal. Instead of you can add to the path or bashrc. I use bashrc. In any terminal run this sudo nano ~/.bashrc
and paste source /opt/ros/hydro/setup.bash
this line. After open new terminal and run ROS. Maybe this Install ROS
` can help u .