PD Balance & Gain Strength: Quadcopter Tuning Dynamics

Added:

PD Balance Basics
Zero Crossing
Prop Wash Dynamics
Damping Return
Tuning Sliders

PD Balance Basics

0:00
Playing Section
  • 1

    Explains how P and D terms work together in a simple pitch move.

  • 2

    The D term acts as a dampener to prevent overshoot during the move.

  • 3

    The balance between P and D determines the quad's response quality.

Basic concepts of PID control theory, specifically the individual roles of Proportional (P) and Derivative (D) gains.
Fundamental quadcopter dynamics and physics, including the mechanics of pitch, roll, yaw, and thrust.
The concept of closed-loop feedback systems and how sensors like gyroscopes feed data back to a flight controller.
An understanding of basic calculus concepts, particularly rate of change (derivatives) and how it relates to physical motion.
Implementing and tuning the Integral (I) term to eliminate steady-state error and handle external biases like wind.
Advanced signal filtering techniques, such as low-pass and notch filters, to manage gyro noise affecting the D-term.
Analyzing flight logs (such as Betaflight Blackbox) to diagnose and troubleshoot PID tuning issues using real-world sensor data.
Exploring advanced flight control methodologies, such as Model Predictive Control (MPC) or Linear Quadratic Regulator (LQR) for UAVs.
13.4K views540likes1:05@uavtechOriginal Release: 2020-09-27

During prop wash (when throttling up to change direction), the quad experiences oscillations in the gyro signal. Unlike stick moves where P and D fight each other, during prop wash both terms work together to fight the oscillation. This demonstrates why having strong P and D terms is beneficial—they can provide double the corrective signal when needed.