Can I remove build and devel folders
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.