|
Re: WPILib PID controller object
Worked no differently in Update 3 than it did in Update 2.
PIDController, and the Notifier class that it is built on, has some issues if you start deleting them (or letting C++ clean them up if one falls out of scope). Those issues are being worked on, though, and exist in both Update 2 and 3.
|