DeepBlueRobotics / lib199

Code that we reuse in different projects/years.
Other
2 stars 0 forks source link

`MockSparkMaxPIDController` does not implement `setReference` #63

Closed CoolSpy3 closed 2 months ago

CoolSpy3 commented 11 months ago

As the issue states, MockSparkMaxPIDController does not implement setReference. This is a problem because setReference is the method which actually gives a setpoint to the controller and starts it working. Without it, a simulated Spark Max cannot be controlled by onboard PID. This issue may be superseded by #44 .

CoolSpy3 commented 2 months ago

Fixed in #67 .