* https://x.com/hazrmard
* https://github.com/hazrmard
* https://iahmed.meWhat have we discovered (and made available as treatment) for advanced breast cancers?
[1]: https://news.ycombinator.com/item?id=44219379 [2]: https://pmc.ncbi.nlm.nih.gov/articles/PMC8990477/
Source code: https://github.com/hazrmard/multirotor
Demo/Quickstart: https://multirotor.readthedocs.io/en/latest/Quickstart.html
There are many simulation libraries out there. For example AirSim using Unreal Engine, several implementations in Unity3D, Matlab toolboxes. I wanted a simple hackable codebase with which to experiment.
So, I wrote this. Propellers, motors, batteries, airframe are their own components and can be mixed and matched. The code lets you create any number of propellers, and an optimization function learns a PID controller for that vehicle. Additionally, there are convenience functions to visualize in 3D and sensor measurements.
Please let me know what you think :)