From 53c60ad12d774d9f426ef08f13cfaff99307d37b Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:42:12 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7a9d03d..a73b627 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,8 @@ docker compose run my_example example_program #### my.repos and my_extended.repos: These are yaml files containing the repositories you may want to include into your final ros2 workspace. For a multi-stage build for instance, I define my base image repositories in "my.repos" and the extended image repositories in "my_extended.repos" + +## Additional Resources +For further references please visit my WIP repositories for mobile robotic platforms: +- https://github.com/bjoernellens1/ros2_rmp +- https://github.com/bjoernellens1/cps_bot_mini_ws