Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 465 Bytes

PID-Simulation

Simulating a PID controller on a quadcopter with random system noise.

Assumes that the thrust(motor) is directly proportional to the pwm values.

Calculating angular displacement: angular_acceleration = torque/moment_inertia

Double integrate the above term to get angular displacement and voila?

Roll with respect to time graph using PID controller: alt text