Skip to content

Commit

Permalink
Update at 'Sat Sep 28 14:56:07 PDT 2024'
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Sep 28, 2024
1 parent 7cc79e9 commit 3a68524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private Drivetrain(
this::setPose,
() -> kinematics.toChassisSpeeds(getModuleStates()),
this::runVelocity,
new HolonomicPathFollowerConfig(new PIDConstants(6.0, 0.0, 0.05),new PIDConstants(9.0, 0.0, 0.0),MAX_LINEAR_SPEED, DRIVE_BASE_RADIUS, new ReplanningConfig()),
new HolonomicPathFollowerConfig(new PIDConstants(6.0, 0.0, 0.05),new PIDConstants(15.0, 0.0, 0.0),MAX_LINEAR_SPEED, DRIVE_BASE_RADIUS, new ReplanningConfig()),
() -> DriverStation.getAlliance().isPresent() && DriverStation.getAlliance().get() == DriverStation.Alliance.Red,
this);
PPHolonomicDriveController.setRotationTargetOverride(this::getOverrideTargetRotationToSpeaker);
Expand Down

0 comments on commit 3a68524

Please sign in to comment.