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
To get the robot to drive straight and use the distance calculations with the encoders properly, we need to implement a PID controller. I have currently implemented some things in the PIDController class but there needs to be timer based differential and integration to take into account. I will need to look into timing more on the Maple before continuing on with this.
The text was updated successfully, but these errors were encountered:
To get the robot to drive straight and use the distance calculations with the encoders properly, we need to implement a PID controller. I have currently implemented some things in the
PIDController
class but there needs to be timer based differential and integration to take into account. I will need to look into timing more on the Maple before continuing on with this.The text was updated successfully, but these errors were encountered: