From 34eb42004706966b828a8ca60e4e42c7458566d6 Mon Sep 17 00:00:00 2001 From: winterhalderp Date: Thu, 8 Apr 2021 13:12:02 +0200 Subject: [PATCH] readme corrected --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc844dd..78dfa3e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ ## Setup local copy In order to download this repository to a local machine (Desktop, Raspberry Pi) do this: -* Create new directory to use as ROS2 colcon workspace: `mkdir -p ~/colcon_ws/src` -* Move to directory: `cd ~/colcon_ws` +* Create new directory to use as a workspace: `mkdir -p ~/workspace` +Depending on framework (ROS/ROS2) move to the location where you place your packages. +* Move to directory: `cd ~/workspace` * `git init` * `git remote add origin https://egit.irs.uni-stuttgart.de/RoverLehre/STEVE_Cammast.git` * `git fetch --all`