Hello, I would like to have some indications if I should program a hexacopter with your code. What modifications will be necessary?
Fredek97 opened this issue · comments
Fredek97 commented
lobodol commented
Hello, to make the code work with an hexacopter, you should adapt the function applying motor speed and the PID function.
However, to adapt the PID controller you have to understand first how an hexacopter moves in the air, which motors increase/decrease depending on the direction you want the drone to go.
If you understand French,you can take a look at my article about how I implemented the PID function: https://www.firediy.fr/article/asservissement-pid-drone-ch-8
Regards