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

catkin_ws reset

asked 2019-06-06 12:54:01 -0500

abeckd gravatar image

Hello, I am kind of new to the whole ROS environment and I would appreciate if anyone could help me out with what seems of a simple task.

I have been playing around making many different packages and downloading them as well wanting to learn how everything worked. I have done also several workspaces other than catkin_ws. Anyways, I kind of understand how to do things in an ordered way now but it is such a disorder that I want to erase all and start over with a simple catkin_ws with the core packages.

I'm looking for someone that can tell me the steps on how to erase all the junk and make a single catkin_ws with just the core packages.

Thank you in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-06-06 13:21:33 -0500

gvdhoorn gravatar image

Removing a Catkin workspace completely is simple: just rm -rf the workspace directory (not the src, devel or build space, but the root of the workspace).

There's nothing more to.

If you've added a source /path/to/your/catkin_ws/devel/setup.bash to your $HOME/.bashrc, you'll want to remove that for the workspaces you've deleted as well, otherwise you'll get errors whenever you open a new shell.

edit flag offensive delete link more

Comments

1

Probably redundant, but: if you rm -rf a workspace, you cannot undo that. You're physically removing the files from your disk.

gvdhoorn gravatar image gvdhoorn  ( 2019-06-06 13:22:19 -0500 )edit

Thank you for the answer, I was afraid I wouldn't be able to get my default packages for turtlebot3 back but I found both git clones I needed. Basically I just rm -rf all workspaces, then created a new ~/catkin_ws/src cloned both git in and then catkin_make

abeckd gravatar image abeckd  ( 2019-06-06 14:13:54 -0500 )edit
1

Do you actually need to build the TB3 packages in a Catkin workspace?

According to wiki/turtlebot3 they've been released into both Kinetic and Melodic and should be installable with a simple sudo apt install ros-kinetic-turtlebot3.

gvdhoorn gravatar image gvdhoorn  ( 2019-06-06 14:32:49 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-06-06 12:54:01 -0500

Seen: 1,675 times

Last updated: Jun 06 '19