From 4ae56a96cf82afac7f2722871a136dfff6c3bc9b Mon Sep 17 00:00:00 2001 From: TIm Kluge <timklge@gmail.com> Date: Tue, 28 Apr 2020 17:31:29 +0200 Subject: [PATCH] Copy clone hint for docker setup --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c65f7f0..289ee8b 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ See the [README.md of the submodule](../../../../sample_applications/-/blob/mast To run via docker on any up-to-date linux system: +- **Either** clone this repo and its submodules (recommended for fresh installations): + - as a guest: `git clone --recurse-submodules https://git-st.inf.tu-dresden.de/ceti/ros/panda_gazebo_workspace.git panda_gazebo_workspace` + - as a project member with a registered ssh key: `git clone --recurse-submodules git@git-st.inf.tu-dresden.de:ceti/ros/panda_gazebo_workspace.git panda_gazebo_workspace` - `docker build . -t ceti-panda-gazebo-workspace` - `./docker-run.sh roslaunch sample_applications sample_simple_simulation.launch` -- GitLab