When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Introduction to Quadrotors and Control Theory

Learn to build your own dynamical simulation of a quadrotor drone and to control it using PIDs

     
  • 4.4
  •  |
  • Reviews ( 37 )
₹559

This Course Includes

  • iconudemy
  • icon4.4 (37 reviews )
  • icon1h 42m
  • iconenglish
  • iconOnline - Self Paced
  • iconprofessional certificate
  • iconUdemy

About Introduction to Quadrotors and Control Theory

This course takes you through the basic elements of building a physically based quadrotor drone simulation, and introduces elements of control theory, such as the feedback loop and PID controllers. You will learn about representing rotation in 3D space using rotation matrices, quaternions and Euler angles. You will learn to implement a discrete-time PID controller, and an entire PID-based controller structure for attitude and position control for non-aggresive flight. You will be provided with a reference implementation in Python to experiment with.

What You Will Learn?

  • to model the dynamics of a quadrotor drone .
  • to build flight stabilization algorithms based on PID controllers.