Open Jath-Alison opened 3 months ago
Turns out, I wasn't being consistant with getter discriptions. SimpleMotors use this format:
Returns The command the motor is set to, as a percentage of the max
While PID uses this one:
Returns double (the output of the P term)
Additionally, some of the other stuff in the PID also uses this:
Returns double - the number of seconds the error has remained in the settleZone
Make them all the same. Make it look good, make it readable. Good Luck. Lowish Priority, but please finish by the end of the week.
This also needs to get fixed in the upcoming Vec2 class and whatever else I get done before this issue is resolved.
Turns out, I wasn't being consistant with getter discriptions. SimpleMotors use this format:
While PID uses this one:
Additionally, some of the other stuff in the PID also uses this:
Make them all the same. Make it look good, make it readable. Good Luck. Lowish Priority, but please finish by the end of the week.