sum auto shtuff

This commit is contained in:
aarav18
2022-01-31 19:46:21 -07:00
parent 7d67158d00
commit 79ac8dd551
6 changed files with 9 additions and 9 deletions
@@ -127,10 +127,10 @@ public class RobotContainer {
testFirstPath,
m_robotSwerveDrive::getOdometry,
m_robotSwerveDrive.m_kinematics,
new PIDController(0.0, 0.0, 0.0),
new PIDController(0.0, 0.0, 0.0),
new ProfiledPIDController(0.0, 0.0, 0.0, new TrapezoidProfile.Constraints(Math.PI, Math.PI)),
m_robotSwerveDrive::setModuleStates,
new PIDController(0.0, 0.0, 0.0),
new PIDController(0.0, 0.0, 0.0),
new ProfiledPIDController(1.0, 0.0, 0.0, new TrapezoidProfile.Constraints(Math.PI, Math.PI)),
m_robotSwerveDrive::setModuleStates,
m_robotSwerveDrive
);