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
- Host: GitHub
- URL: https://github.com/dusking1/pid-evaluator
- Owner: DusKing1
- License: agpl-3.0
- Created: 2020-07-27T09:59:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T03:38:10.000Z (over 3 years ago)
- Last Synced: 2025-03-18T15:12:34.827Z (about 1 year ago)
- Topics: bbm, betaflight, betaflight-blackbox, blackbox, hacktoberfest, pid-analyzer, pidtoolbox
- Language: Jupyter Notebook
- Homepage: https://bbm.pitronic.top/
- Size: 13.4 MB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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