An open API service indexing awesome lists of open source software.

https://github.com/safinsingh/rapid

🐍 A simple Python implementation of a PID Controller
https://github.com/safinsingh/rapid

animation manim pid pid-contoller python robotics

Last synced: 4 months ago
JSON representation

🐍 A simple Python implementation of a PID Controller

Awesome Lists containing this project

README

        




A simple Python implementation of a PID Controller



Version
License: MIT
Made with Python
PRs Welcome
Maintained
awesome



## ✨ In Action




## 💻 Try it out

```sh
git clone https://github.com/safinsingh/raPID.git
conda install --file requirements.txt
python controller.py
```

> OPTIONAL: For object rendering functionality with Manim, please follow the instructions at https://github.com/ManimCommunity/manim to install manim into the `sim/manim/` directory. The NumPy, SciKit, and Pandas libraries are optional and only used for interpolation with manim.

## 👨‍💻 Authors

**Safin Singh**

## 🤝 Contributing

Contributions, PRs, issues and feature requests are welcome! Feel free to check out our [issues page](https://github.com/safinsingh/raPID/issues).

## ❤️ Show your support

Give a ⭐️ if this project helped you!
Hope you enjoy it!