6
edits
(renamed the page, gong to be messy here if we can't change page names or delete them.) |
No edit summary |
||
Line 1: | Line 1: | ||
Flightgear Autopilot is a modular system based on PID controlers. Here are some tips to help in the | Flightgear Autopilot is a modular system based on PID controlers. Here are some tips to help in the tuning of such a controler. There is lot of documentation all over Internet about how to tune the parameters, having this you will have to figure out how works the Flightgear PID controler implementation. | ||
First of all, have a look at the code where you will see the algorythm wich is used for our autopilot. The reading of the existing autopilots in Flightgear aircraft datas will do the rest. | First of all, have a look at the code where you will see the algorythm wich is used for our autopilot. The reading of the existing autopilots in Flightgear aircraft datas will do the rest. |
edits