diff --git a/README.md b/README.md index c65f7f0f586d480836886fe252a09182a4c0dcf4..289ee8b6a2f6a5a0ef08b4b19cdcec6051f8fbad 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`