Skip to content

Commit

Permalink
Update simulation-installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-rouanet authored Apr 23, 2024
1 parent a927fd6 commit 5e01d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/simulation/simulation-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ images: []
toc: true
weight: "70"
---
If you want to try movements on the robot without using the real robot, you can install a simulated Reachy 2 on your computer, and run it the same way the real robot is run.
If you want to try movements on the robot without using the real robot, you can install a simulated Reachy 2 on your computer, and run it the same way the real robot is run. The easiest way is using a docker image. We will thus assume that you already have docker installed and setup.

Clone the sources of our docker, and pull the sources:
```python
Expand Down Expand Up @@ -48,4 +48,4 @@ Keep this terminal open, and in a second terminal:
docker exec -it core bash
python3 ../dev/reachy2-sdk/src/example/test_goto.py
```
> If you have the Python SDK installed on your computer, you can launch the example outside the container.
> If you have the Python SDK installed on your computer, you can launch the example outside the container.

0 comments on commit 5e01d37

Please sign in to comment.