diff --git a/README.md b/README.md index 363aff8..bc234c1 100644 --- a/README.md +++ b/README.md @@ -172,3 +172,6 @@ To change ROS Distro, do a global search for the current distro (`humble`) and r - Delete both the `build` and `install` folder and rebuild everything. - While Python code is symlinked, the ROS `launch` files aren't, meaning rebuilding the _specific_ package is needed when `launch` files are changed. - Rebuild the container without cache. +- If Dev Container fails and complains about `/r`, it means some files were checked out with CRLF instead of LF line endings. + - Do `git config --global core.autocrlf input` and re-clone the repository. + - See for more info.