Skip to content

Commit 03289a7

Browse files
committed
c4c3 changes
1 parent e232b14 commit 03289a7

6 files changed

Lines changed: 50 additions & 26 deletions

File tree

.pathplanner/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"defaultMaxAngVel": 540.0,
2525
"defaultMaxAngAccel": 720.0,
2626
"maxModuleSpeed": 5.56
27-
}
27+
}

src/main/deploy/pathplanner/paths/$spc(43)!c3.path

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,33 @@
88
},
99
"prevControl": null,
1010
"nextControl": {
11-
"x": 3.729901782673521,
12-
"y": 3.193526745797886
11+
"x": 4.206596259126896,
12+
"y": 3.103371684632099
1313
},
1414
"isLocked": false,
1515
"linkedName": "$spc(43)!score c4"
1616
},
1717
{
1818
"anchor": {
19-
"x": 6.689293606832576,
20-
"y": 4.309587848847595
19+
"x": 6.724426116469921,
20+
"y": 4.133925300660873
2121
},
2222
"prevControl": {
23-
"x": 5.689293606832576,
24-
"y": 4.309587848847595
23+
"x": 5.682162756917419,
24+
"y": 4.157395562808446
2525
},
2626
"nextControl": null,
2727
"isLocked": false,
2828
"linkedName": null
2929
}
3030
],
31-
"rotationTargets": [],
31+
"rotationTargets": [
32+
{
33+
"waypointRelativePos": 0.5,
34+
"rotationDegrees": 0.0,
35+
"rotateFast": false
36+
}
37+
],
3238
"constraintZones": [],
3339
"eventMarkers": [
3440
{
@@ -57,8 +63,8 @@
5763
},
5864
"goalEndState": {
5965
"velocity": 2.94,
60-
"rotation": -7.352379359892315,
61-
"rotateFast": true
66+
"rotation": 0.0,
67+
"rotateFast": false
6268
},
6369
"reversed": false,
6470
"folder": "$s!p-c4-c3",

src/main/deploy/pathplanner/paths/$spc(43)!p-c4.path

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@
2828
"linkedName": null
2929
}
3030
],
31-
"rotationTargets": [],
31+
"rotationTargets": [
32+
{
33+
"waypointRelativePos": 0.2,
34+
"rotationDegrees": 0,
35+
"rotateFast": false
36+
}
37+
],
3238
"constraintZones": [],
3339
"eventMarkers": [],
3440
"globalConstraints": {
@@ -38,9 +44,9 @@
3844
"maxAngularAcceleration": 720.0
3945
},
4046
"goalEndState": {
41-
"velocity": 0.5,
47+
"velocity": 2.0,
4248
"rotation": 0.0,
43-
"rotateFast": true
49+
"rotateFast": false
4450
},
4551
"reversed": false,
4652
"folder": "$s!p-c4-c3",

src/main/deploy/pathplanner/paths/$spc(43)!score c3.path

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@
2828
"linkedName": null
2929
}
3030
],
31-
"rotationTargets": [],
31+
"rotationTargets": [
32+
{
33+
"waypointRelativePos": 0.5,
34+
"rotationDegrees": -52.13374537436297,
35+
"rotateFast": false
36+
}
37+
],
3238
"constraintZones": [],
3339
"eventMarkers": [
3440
{
@@ -58,7 +64,7 @@
5864
"goalEndState": {
5965
"velocity": 0,
6066
"rotation": -53.0,
61-
"rotateFast": true
67+
"rotateFast": false
6268
},
6369
"reversed": false,
6470
"folder": "$s!p-c4-c3",

src/main/deploy/pathplanner/paths/$spc(43)!score c4.path

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"prevControl": null,
1010
"nextControl": {
11-
"x": 5.494053069693623,
12-
"y": 0.831298721123698
11+
"x": 5.412812423342392,
12+
"y": 1.182794491123932
1313
},
1414
"isLocked": false,
1515
"linkedName": null
@@ -20,15 +20,21 @@
2020
"y": 3.193526745797886
2121
},
2222
"prevControl": {
23-
"x": 4.156233022525727,
24-
"y": 2.0192364489433974
23+
"x": 3.7967169800245437,
24+
"y": 2.4241431649767726
2525
},
2626
"nextControl": null,
2727
"isLocked": false,
2828
"linkedName": "$spc(43)!score c4"
2929
}
3030
],
31-
"rotationTargets": [],
31+
"rotationTargets": [
32+
{
33+
"waypointRelativePos": 0.5,
34+
"rotationDegrees": -25.108016291523345,
35+
"rotateFast": false
36+
}
37+
],
3238
"constraintZones": [],
3339
"eventMarkers": [],
3440
"globalConstraints": {
@@ -40,7 +46,7 @@
4046
"goalEndState": {
4147
"velocity": 0,
4248
"rotation": -53.0,
43-
"rotateFast": true
49+
"rotateFast": false
4450
},
4551
"reversed": false,
4652
"folder": "$s!p-c4-c3",

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 = 308;
9-
public static final String GIT_SHA = "0cd6781fe69e8904eb8e1515218b33204f851c95";
10-
public static final String GIT_DATE = "2024-07-27 10:50:30 EDT";
8+
public static final int GIT_REVISION = 309;
9+
public static final String GIT_SHA = "e232b1459ba26a93e0d264ec0ee1bec353156f03";
10+
public static final String GIT_DATE = "2024-07-27 13:55:30 EDT";
1111
public static final String GIT_BRANCH = "rainbow-rumble";
12-
public static final String BUILD_DATE = "2024-07-27 12:36:26 EDT";
13-
public static final long BUILD_UNIX_TIME = 1722098186488L;
12+
public static final String BUILD_DATE = "2024-07-27 14:03:00 EDT";
13+
public static final long BUILD_UNIX_TIME = 1722103380768L;
1414
public static final int DIRTY = 1;
1515

1616
private BuildConstants() {}

0 commit comments

Comments
 (0)