File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff 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 () {}
Original file line number Diff line number Diff line change 6666import org .littletonrobotics .junction .Logger ;
6767
6868public 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 ;
You can’t perform that action at this time.
0 commit comments