Compare commits

..

No commits in common. "63313b3b7a5d92bcb9640a3c971d52cee5865b0b" and "c0e7985ab7ef30fb4cf683ce5960f6ed9310048e" have entirely different histories.

View File

@ -71,7 +71,7 @@ public class RobotContainer {
/* Setting up bindings for necessary control of the swerve drive platform */
private final SwerveRequest.RobotCentric drive = new SwerveRequest.RobotCentric()
.withDeadband(MaxSpeed * 0.1).withRotationalDeadband(MaxAngularRate * 0.1) // Add a 10% deadband
.withDriveRequestType(DriveRequestType.Velocity
.withDriveRequestType(DriveRequestType.OpenLoopVoltage
); // Use open-loop control for drive motors
private final Telemetry logger = new Telemetry(MaxSpeed);