Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable using cloned repo as workspace (#1535)
The guide http://docs.ros.org/en/rolling/Installation/Maintaining-a-Source-Checkout.html explains how to manually download the ros2.repos file to maintain a source checkout. Another way to maintain a source checkout is to clone this repository and `git pull` updates to the repos file. This PR makes that alternative a little more convenient. The .gitignore file ignores the default names of folders created by colcon, and the src folder is created with just a .gitkeep file so that `git status` on the repository doesn't try to show the status of subfolders of `src`. Signed-off-by: Shane Loretz <[email protected]>
- Loading branch information