abersailbot / bobalong

Bobalong is Aber Sailbot's microtransat attempt
0 stars 0 forks source link

Complete main control loop #16

Open colinsauze opened 8 years ago

colinsauze commented 8 years ago

The current control system code (control-system/src/control-system.ino) may not work correctly. I suspect gains for the PI controller are not fully tuned. The loop's frequency is not controlled, its probably best to limit it to around 10hz. There is no need to read the GPS every time round the loop, once every 10 seconds should be more than enough.