mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-20 06:31:39 +00:00
Upgrading to 2025.7.0
This commit is contained in:
@@ -103,6 +103,10 @@ public class PIDFConfig
|
||||
*/
|
||||
public PIDController createPIDController()
|
||||
{
|
||||
return new PIDController(p, i, d);
|
||||
PIDController pidController = new PIDController(p, i, d);
|
||||
if (iz != 0) {
|
||||
pidController.setIZone(iz);
|
||||
}
|
||||
return pidController;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user