This commit is contained in:
@ -38,7 +38,7 @@ public class Drive extends SubsystemBase {
|
||||
e.printStackTrace();
|
||||
}
|
||||
AutoBuilder.configureHolonomic(swerveDrive::getPose, swerveDrive::resetOdometry, swerveDrive::getRobotVelocity, swerveDrive::setChassisSpeeds, new HolonomicPathFollowerConfig(
|
||||
new PIDConstants(5,0,0), new PIDConstants(5,0,0), 4.5,
|
||||
new PIDConstants(5,0,0), new PIDConstants(5,0,0), 15,
|
||||
0.275,
|
||||
new ReplanningConfig()
|
||||
), ()->{
|
||||
|
Reference in New Issue
Block a user