From b4870213dc0616b13a75d80e823109a489ca7c19 Mon Sep 17 00:00:00 2001 From: winterhalderp Date: Mon, 19 Apr 2021 16:33:14 +0200 Subject: [PATCH] link corrected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bd9488..f80ee26 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The following steps describe how you can create a local copy of this repository * Clone this repository: `git clone https://egit.irs.uni-stuttgart.de/RoverLehre/ROS2_pubsub.git .` (include `.` at the end of the command in oder to copy everything to this locations!) * Build workspace: `colcon build` , __Note:__ Only the files inside _/src/_ are of importance. * Remember to run `source ~//install/local_setup.sh` after every build. -In order to avoid this repetitive command, add line 23-27 from [_.bashrc_](https://egit.irs.uni-stuttgart.de/RoverLehre/ROS2_pubsub/src/branch/master/nonros-files/bashrc_overlay.bash) to your shell startup script for every overlay you want to source. This script runs everytime you start a new console, thus loading your overlays automatically. This is very handy if you are working with multiple _colcon_ workspaces (overlays) simultaneously. +In order to avoid this repetitive command, add line 23-27 from [_.bashrc_](https://egit.irs.uni-stuttgart.de/RoverLehre/ROS2_pubsub/src/branch/master/non-ros-files/bashrc_overlay.bash) to your shell startup script for every overlay you want to source. This script runs everytime you start a new console, thus loading your overlays automatically. This is very handy if you are working with multiple _colcon_ workspaces (overlays) simultaneously. ## Workshop Content