The plane closest to the camera is not being controlled by me. It is being controlled by a custom PID that I made. This vizzy is a single thread. This means that it can control the craft nearly every part of a second.
@DARO it stands for
Proportional Integral Derivative controller. It is an algorithm for controlling an input with an input. It calculates an error (the difference between the needed and the current input) and helps the craft to get to the set input. The one I am making will control Roll, Pitch, Heading, and Throttle. This program will enable crafts to be controlled even when not selected.
@DARO it stands for
Proportional Integral Derivative controller. It is an algorithm for controlling an input with an input. It calculates an error (the difference between the needed and the current input) and helps the craft to get to the set input. The one I am making will control Roll, Pitch, Heading, and Throttle. This program will enable crafts to be controlled even when not selected.