File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
55Welcome 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+
2931If 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
3840sudo 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
You can’t perform that action at this time.
0 commit comments