Crazyflie Quadcopter Simulation Using Simmechanics
*Run Crazyflie_Param before the simulink file.
This uses Crazyflie parameters to simulate a quadcopter.
Attitude controller uses nested PID controller that comes with the Crazyflie firmware.
Input is PWM where 65535 is the maximum value. (16 bit which is same as Crazyflie Firmware)
PWM to thrust and propeller rotation mapping is from Crazyflie System Identification paper. (System Identication of
the Crazyflie 2.0 Nano Quadrocopter by Julian Forster)
Position to attitude tracker uses a simple PID controller to map x,y error to roll, pitch reference.
I made this for class project. It is simple, does not require any toolboxes (which is why I made it), and organized in a way that is easy to follow. I hope this helps with whatever project you guys are working with!
Zitieren als
Wooshik Kim (2025). Crazyflie Quadcopter Simulation Using Simmechanics (https://www.mathworks.com/matlabcentral/fileexchange/65469-crazyflie-quadcopter-simulation-using-simmechanics), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Control Systems > Control System Toolbox > Control System Design and Tuning > State-Space Control Design and Estimation >
Tags
Communitys
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Quadcopter_Simulation_WSK/
Quadcopter_Simulation_WSK/
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 | Added picture |