RIT-VEX-U / 2020-2021-LITTLE

The robot code for the "Little Bot" in the 2020-2021 season
0 stars 0 forks source link

PID class bug: timer for I & D fails #18

Closed dec1701 closed 3 years ago

dec1701 commented 3 years ago

The timer is checked too frequently, leading to the difference between the current time and the previous time being 0. The difference is used in the integral and derivative parts of the PID.