readme corrected

This commit is contained in:
winterhalderp 2021-04-08 13:12:02 +02:00
parent f3b3b9f358
commit 34eb420047
1 changed files with 3 additions and 2 deletions

View File

@ -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`