mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[wpilib] Remove PIDController, PIDOutput, PIDSource
Move them to the old commands vendordep so that PIDCommand and PIDSubsystem continue to work. This also removes Filter and LinearDigitalFilter.
This commit is contained in:
@@ -29,7 +29,3 @@ void MockSpeedController::Disable() {
|
||||
void MockSpeedController::StopMotor() {
|
||||
Disable();
|
||||
}
|
||||
|
||||
void MockSpeedController::PIDWrite(double output) {
|
||||
Set(output);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user