ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Let's assume your hydro workspace is /home/username/workspace/ros_hydro/catkin
If you have troubles with hydro interfering your groovy installation:
gedit ~/.bashrc
) and remove lines such like source /opt/ros/hydro/setup.bash
or source /home/username/workspace/ros_hydro/catkin/devel/setup.bash
If you really whish to completely uninstall ros hydro:
cd /home/username/workspace/
and rm -r ros_hydro
)sudo apt-get remove ros-hydro*
. Likely a sudo apt-get autoremove
will be needed after this....(No warranties for last two steps;) )