Skip to content

Commit 9dfa53a

Browse files
committed
final speed increase 😔
1 parent 3ef8428 commit 9dfa53a

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/main/deploy/pathplanner/paths/$apb1c(23)!c2.path

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
},
1717
{
1818
"anchor": {
19-
"x": 7.087462049389147,
20-
"y": 6.113056676897948
19+
"x": 6.525341895191635,
20+
"y": 6.312140898176232
2121
},
2222
"prevControl": {
23-
"x": 5.998354250631467,
24-
"y": 6.499514282908736
23+
"x": 5.38939075025083,
24+
"y": 6.558068465637644
2525
},
2626
"nextControl": null,
2727
"isLocked": false,

src/main/java/frc/robot/BuildConstants.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ public final class BuildConstants {
55
public static final String MAVEN_GROUP = "";
66
public static final String MAVEN_NAME = "2024RobotCode";
77
public static final String VERSION = "unspecified";
8-
public static final int GIT_REVISION = 356;
9-
public static final String GIT_SHA = "36673cccf9e6578a8fd26610f4ef8e2ed4179da1";
10-
public static final String GIT_DATE = "2024-10-17 18:59:53 EDT";
8+
public static final int GIT_REVISION = 357;
9+
public static final String GIT_SHA = "3ef842811300f6ae93f92b9acc1813edc4af7f2f";
10+
public static final String GIT_DATE = "2024-10-19 17:38:18 EDT";
1111
public static final String GIT_BRANCH = "bloomfield";
12-
public static final String BUILD_DATE = "2024-10-19 17:27:17 EDT";
13-
public static final long BUILD_UNIX_TIME = 1729373237051L;
12+
public static final String BUILD_DATE = "2024-10-19 18:17:32 EDT";
13+
public static final long BUILD_UNIX_TIME = 1729376252676L;
1414
public static final int DIRTY = 1;
1515

1616
private BuildConstants() {}

src/main/java/frc/robot/subsystems/drive/Drive.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
import org.littletonrobotics.junction.Logger;
6767

6868
public class Drive extends SubsystemBase {
69-
private static final double MAX_LINEAR_SPEED = Constants.SwerveConstants.MAX_LINEAR_SPEED * 0.7;
69+
private static final double MAX_LINEAR_SPEED = Constants.SwerveConstants.MAX_LINEAR_SPEED * 0.85;
7070
private static final double TRACK_WIDTH_X = Constants.SwerveConstants.TRACK_WIDTH_X;
7171
private static final double TRACK_WIDTH_Y = Constants.SwerveConstants.TRACK_WIDTH_Y;
7272
private static final double DRIVE_BASE_RADIUS = Constants.SwerveConstants.DRIVE_BASE_RADIUS;

0 commit comments

Comments
 (0)