|
Re: Running pid loops in a separate thread.
In Java at least, threads are actually pretty easy to use. I usually prefer using a TimerTask than an explicit Thread though. In terms of PID, if you look at PIDController's source, that is exactly what it does -- it's already threaded.
__________________
I code stuff.
|