felixge / godrone

GoDrone is a free software alternative firmware for the Parrot AR Drone 2.0.
http://www.godrone.io/
Other
204 stars 22 forks source link

config pub sub #37

Open felixge opened 10 years ago

felixge commented 10 years ago

PID tuning would greatly benefit from a short feedback loop, so I have this idea of creating a pub/sub config architecture where the http handler can publish new config values, which leads the firmware itself to get notified and re-instantiate the objects it uses with the new values.

I imagine that this will work even during flight!