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

https://github.com/dusking1/pid-evaluator

Kernel code of the Blackbox Mate Online
https://github.com/dusking1/pid-evaluator

bbm betaflight betaflight-blackbox blackbox hacktoberfest pid-analyzer pidtoolbox

Last synced: 8 months ago
JSON representation

Kernel code of the Blackbox Mate Online

Awesome Lists containing this project

README

          

# PID-Evaluator

This is the kernel code of the online analyzer - Blackbox Mate Online, AKA BBM.

You can check the BBM website [here](https://bbm.pitronic.top)

## How to run those scripts?

1. Install Jupyter Notebook
2. Download this repo and install all the dependency packages
3. Run .ipynb files
4. Then just enjoy each cell!

Optional:
1. Download and install Anaconda
2. Install jupyter notebook extension in VSCode
3. Then enjoy each cell in VSCode!

## Dependencies

- numpy
- matplotlib
- pandas
- scipy
- os

## License
A-GPLv3.0

## Credit

This tool/script is strongly inspired by [PID-Analyzer](https://github.com/Plasmatree/PID-Analyzer) and [PIDtoolbox](https://github.com/bw1129/PIDtoolbox), so thanks goes to all those whom have contributed to PID-analyzer and PIDtoolbox.

Origins for this repo (Thanks!):

- Plasmatree (for PID-Analyzer),
- Brian White (for PIDtoolbox),
- ColinNiu (for pyPIDtoolbox)

Big thanks to current and past contributors:

- Chiang, Hugo (DusKing) - optimizing many details to make it scientific and usable
- ColinNiu - for the surprising framework
- Pawn, David (pdw) - for the massive testing job