aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: dc81b01e93bac65f29a5db91caa2d662932de218 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Lamperski Inverted Pendulum

[![Known Vulnerabilities](<https://snyk.io/test/github/UMN-EE4951W-Lamperski/pendulum/badge.svg>)](<https://snyk.io/test/github/UMN-EE4951W-Lamperski/pendulum>)

The git repository for Professor Lamperski's Inverted Pendulum, designed by EE4951W students from 2019, 2021, and 2022.

The structure for the repository is as follows:

```
├── System (folder)
| ├── pendulum (folder)
| │ ├── system.py (the main Python script)
| │ ├── encoder.py (here be dragons)
| │ └── motor.py (the motor controller)
├── Web (folder)
│ └── *
└── README.md (what you are currently reading)
```

`*` See [the web submodule](https://github.com/UMN-EE4951W-Lamperski/pendulum-web/#README) for more information on the web frontend.