ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

[TB3] Reinstall ROS on the remote [closed]

asked 2018-08-21 23:03:34 -0500

Ed C. gravatar image

I badly broke my TB3 install on my remote laptop. How do I remove ROS so I can start from the beginning. I want to start again by executing install_ros_kinetic.sh. I hope not to have to reinstall Ubuntu. Can I remove /opt/ros/kinetic, ~/catkin_ws, etc?

edit retag flag offensive reopen merge delete

Closed for the following reason OpenCV Question: THe OpenCV community prefers to answer questions at: http://answers.opencv.org/questions/ by Ed C.
close date 2018-08-22 12:49:04.837434

2 Answers

Sort by ยป oldest newest most voted
0

answered 2018-08-22 12:46:10 -0500

Ed C. gravatar image

I'm going to reinstall Ubuntu to get to a known state. I've broken opencv and removing and reinstalling packages has not fixed it.

BTW: TB3 does not follow the classic kinetic install procedure. It uses the install_ros_kinetic.sh script found at https://github.com/ROBOTIS-GIT/roboti... . I didn't find a remove script there.

edit flag offensive delete link more
0

answered 2018-08-22 04:03:04 -0500

Is the install bash script you refer to this one here? If so this uses apt-get to install ros so you will be able to use the following commands to remove and re-install a fresh ROS installation.

sudo apt-get remove ros-kinetic-desktop-full

Then

sudo apt-get install ros-kinetic-desktop-full
edit flag offensive delete link more

Comments

Thank you. However, it did not give me the results I was hoping for. It does not remove /opt/ros/kinetic.

In the process I discovered that my problem was deeper. libopencv-dev remains broken. It is not stored in /opt/ros/kinetic.

Ed C. gravatar image Ed C.  ( 2018-08-22 12:25:27 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-08-21 23:03:34 -0500

Seen: 95 times

Last updated: Aug 22 '18