This project cannot be built on a computer without internet access. In the event of an accidental 'catkin clean' on the workspace, an airgapped computer is sorely outta luck. This has caused issues on multiple projects over the last 3 years.
Why is CMake being used to clone the packages, as opposed to something that only requires a one-time download, such as git submodules?
As per my discussion with @Levi-Armstrong, we should be able to use submodules and just point the 'external project' at the relative path to help resolve this issue. I'll look into this when I have some time.
This project cannot be built on a computer without internet access. In the event of an accidental 'catkin clean' on the workspace, an airgapped computer is sorely outta luck. This has caused issues on multiple projects over the last 3 years.
Why is CMake being used to clone the packages, as opposed to something that only requires a one-time download, such as git submodules?