Search found 3 matches

by fberg
Fri Nov 14, 2014 1:22 pm
Forum: Developer Discussions
Topic: C code PID controller, where to start?
Replies: 4
Views: 4252

Re: C code PID controller, where to start?

Okey, the LQ controller will probably not be a lot more computationally heavy than a PID, i'm more worried about the efficiency of our code...

Anyways, thank you very much for the help :)
by fberg
Thu Nov 13, 2014 12:25 pm
Forum: Developer Discussions
Topic: C code PID controller, where to start?
Replies: 4
Views: 4252

Re: C code PID controller, where to start?

Thank you! Yes it could become quite a large project, we definitely have the necessary skills in control theory and sensor fusion to do this but we are somewhat lacking in c programming. It would therefore be very useful to avoid coding it all from scratch. We were thinking about simply replacing th...
by fberg
Wed Nov 12, 2014 3:18 pm
Forum: Developer Discussions
Topic: C code PID controller, where to start?
Replies: 4
Views: 4252

C code PID controller, where to start?

Hi! I am looking to implement my own PID control scheme for the crazyflie for a school project. Preferably i would like to do this using c code since that is what is taught in class. I have looked through the firmware code but its a bit overwhelming, any recommendations on how to start? Thanks /Johan