Drone Simulation and Control
See a workflow for developing a control system that takes you from the basics of drone mechanics and to the test flight.You’ll learn about the sensors and actuators used in quadcopter control. You’ll also learn how to command a quadcopter’s four propellers in very specific ways that allow the drone to independently roll, pitch, yaw, and thrust.
We’ll then build on that knowledge to design a control system architecture for hovering a quadcopter. That means, we’re going to figure out which states we need to feedback, how many controllers we need to build, and how those controllers interact with each other.
We’ll review the quadcopter example in Simulink® and show how each component contributes to getting a quadcopter to hover safely. We’ll also walk through the nonlinear model of the drone and operating environment.
Finally, by the end of this series, we’ll develop a linear model of the system and use that model to tune the PID controllers.