ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you want to use groovy, not hydro, you source the file /opt/ros/groovy/setup.bash
not /opt/ros/hydro/setup.bash
.
2 | No.2 Revision |
If you want to use groovy, not hydro, you should source the file /opt/ros/groovy/setup.bash
not /opt/ros/hydro/setup.bash
.
3 | No.3 Revision |
If you want to use groovy, not hydro, you should source the file /opt/ros/groovy/setup.bash
not /opt/ros/hydro/setup.bash
.
Edit:
Please open your the file ~/.bashrc
in an editor and check the lines that relate to ros (likely at the end of the file). There should be one line source /opt/ros/groovy/setup.bash
. If there are multiple, or lines containting hyrdo
, like source /opt/ros/hydro/setup.bash
, then remove them and try again by opening a fresh terminal.