You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect the PID controller is not being reset correctly when set_speed() is called. If I add self.speedController.clear_history() to the end of set_speed(), then I get consistent behavior. Not sure if that's the "right" solution, but it does seem to imply that's where the root problem is.