File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Inverted Pendulum Control Systems (IPCS)
2
2
3
- [ // ] : # ( Include a video simulation of IPCS here )
3
+ https://github.com/mirzaim/ipcs/assets/14794797/dbb25648-a200-43f2-ba07-b77c07779e93
4
4
5
5
Welcome to the Inverted Pendulum Control Systems (IPCS) project! This system is designed to simulate and control the dynamics of an inverted pendulum.
6
6
@@ -26,6 +26,8 @@ To begin, ensure you have Python 3.9 or above installed on your system.
26
26
python3 main.py src/configs/default.ini
27
27
```
28
28
29
+ ### Docker
30
+
29
31
If you prefer to use Docker, you can run the program with the following commands:
30
32
31
33
``` bash
@@ -37,6 +39,7 @@ sudo docker run -v ./out/:/ipcs/out --rm -it mirzaim/ipcs:latest
37
39
# For custom configuration
38
40
sudo docker run -v ./out/:/ipcs/out -v ./default.ini:/ipcs/configs/default.ini --rm -it mirzaim/ipcs:latest
39
41
```
42
+ ** Notice** : The Docker version doesn't support GUI.
40
43
41
44
### Installation
42
45
You can’t perform that action at this time.
0 commit comments