Skip to content

Commit d95bec8

Browse files
authored
Update README.md.
1 parent f448bd3 commit d95bec8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Inverted Pendulum Control Systems (IPCS)
22

3-
[//]: # (Include a video simulation of IPCS here)
3+
https://github.com/mirzaim/ipcs/assets/14794797/dbb25648-a200-43f2-ba07-b77c07779e93
44

55
Welcome to the Inverted Pendulum Control Systems (IPCS) project! This system is designed to simulate and control the dynamics of an inverted pendulum.
66

@@ -26,6 +26,8 @@ To begin, ensure you have Python 3.9 or above installed on your system.
2626
python3 main.py src/configs/default.ini
2727
```
2828

29+
### Docker
30+
2931
If you prefer to use Docker, you can run the program with the following commands:
3032

3133
```bash
@@ -37,6 +39,7 @@ sudo docker run -v ./out/:/ipcs/out --rm -it mirzaim/ipcs:latest
3739
# For custom configuration
3840
sudo docker run -v ./out/:/ipcs/out -v ./default.ini:/ipcs/configs/default.ini --rm -it mirzaim/ipcs:latest
3941
```
42+
**Notice**: The Docker version doesn't support GUI.
4043

4144
### Installation
4245

0 commit comments

Comments
 (0)