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

Can I remove build and devel folders

asked 2018-04-09 03:13:37 -0500

bear234 gravatar image

I just followed the doc to install ROS1 from source.

After the installation, I got three folders: build_isolated devel_isolated install_isolated, then I execute source install_isolated/setup.bash. Now the installation of ROS has been done.

My question is if I can remove build_isolated and devel_isolated?

The doc says:

The build folder is where cmake and make are invoked, and the devel folder contains any generated files and targets, plus setup.*sh files so that you can use it like it is installed.

I'm not sure if I can remove them.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-04-09 03:31:50 -0500

gvdhoorn gravatar image

updated 2018-04-09 04:12:28 -0500

This will depend:

  • if you're going to add more packages to your "base ROS install", then keeping the build and devel folders around might reduce build times, as depending on what those new packages need, certain pkgs that are dependencies will need to be rebuilt.

  • if you're not going to add any packages (that would be a rare situation, but can happen), or are going to create an overlay workspace (recommended for source installs), then the build and devel (and their _isolated variants) can be removed. As long as the overlay workspace extends the install space of the underlay, of course.

Finally: a general tip for working with source installs: enable ccache. Even if you need to rebuild large parts of your base workspace, it'll be very fast, especially in cases where not a lot of files have been updated / changed.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-04-09 03:13:37 -0500

Seen: 2,387 times

Last updated: Apr 09 '18