Compare commits

..

2 Commits

Author SHA1 Message Date
EdwardFaucher
63313b3b7a Merge branch 'main' of https://git.demerso.net/PLS5618/Reefscape-2025 2025-03-06 15:47:09 -05:00
EdwardFaucher
7de77db146 mode auto 2025-03-06 15:47:04 -05:00

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.OpenLoopVoltage
.withDriveRequestType(DriveRequestType.Velocity
); // Use open-loop control for drive motors
private final Telemetry logger = new Telemetry(MaxSpeed);