Page 1 of 1

Quadcopter simulation in Python

Posted: Tue Nov 08, 2016 8:54 am
by peterh
Hi all,

Just wanna share with you my recent project, I developed a simple quadcopter simulator in Python. Just think it might be useful for people who wants to study the underlying physics, develop their own control algorithm, etc. Here it is: https://github.com/hbd730/quadcopter-simulation
I might integrate crazyflie-lib-python into the simulator one day and use it to visualize my own algorithm.

OpenSource community is great, and I have learnt so much before from crazyflie and it is time to give my little contribution. Let me know what you think.

Peter Huang

Re: Quadcopter simulation in Python

Posted: Wed Nov 09, 2016 6:44 am
by xdx24
I think this is awesome. Thank you for your effort

Re: Quadcopter simulation in Python

Posted: Wed Nov 09, 2016 8:28 am
by tobias
Well done!