From ab9a7e3204dbb2b0777c7e232f242597b3e3bb20 Mon Sep 17 00:00:00 2001 From: Ventsi <uquzq@student.kit.edu> Date: Mon, 28 Oct 2024 12:41:27 +0100 Subject: [PATCH] Update ReadMe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bce9bdf..fbf17c1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This workspace contains five simulations of two robots, the "simple robot" and t 4. Pull relevant packages, install dependencies, compile, and source the workspace by using: ```shell git clone https://gitlab.kit.edu/uquzq/trajektorien-des-menschlichen-aufstehens-fuer-die-entwicklung-eines-kooperativen-assistenzsystems.git + cd ~/trajektorien-des-menschlichen-aufstehens-fuer-die-entwicklung-eines-kooperativen-assistenzsystems/ros2_ws rosdep install --ignore-src --from-paths . -y -r colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --symlink-install source install/setup.bash -- GitLab