I've installed the ROS1 from source and I got four directories: `build_isolated`, `devel_isolated`, `install_isolated` and `src`.
I'm developing a project based on ROS1 so I think I only need the lib files of ROS so I removed the `build_isolated` and `devel_isolated` ( https://answers.ros.org/question/287969/can-i-remove-build-and-devel-folders/).
I'm thinking if I can remove the `src` directory, which contains all of source codes of ROS1? I found some third-party packages in `src`, such as `opencv3` etc, I'm not sure if I can remove the `src` or not.
↧