Skip to content

Commit 8707c9e

Browse files
Rest in Piece clampy, anyways
1 parent 3c4619f commit 8707c9e

26 files changed

+259
-633
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "java"
3-
id "edu.wpi.first.GradleRIO" version "2024.2.1"
3+
id "edu.wpi.first.GradleRIO" version "2024.3.1"
44
}
55

66
java {

src/main/deploy/pathplanner/autos/1M Diagonal.auto

Lines changed: 0 additions & 77 deletions
This file was deleted.

src/main/deploy/pathplanner/autos/2M Left.auto

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/main/deploy/pathplanner/autos/Score 1 and Spike.auto

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/main/deploy/pathplanner/autos/Testing the return.auto

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/main/deploy/pathplanner/paths/4 - Score N0 - Step 1.path

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,25 @@
3030
],
3131
"rotationTargets": [],
3232
"constraintZones": [],
33-
"eventMarkers": [],
33+
"eventMarkers": [
34+
{
35+
"name": "New Event Marker",
36+
"waypointRelativePos": 0.3,
37+
"command": {
38+
"type": "parallel",
39+
"data": {
40+
"commands": [
41+
{
42+
"type": "named",
43+
"data": {
44+
"name": "ShooterPositionPickup"
45+
}
46+
}
47+
]
48+
}
49+
}
50+
}
51+
],
3452
"globalConstraints": {
3553
"maxVelocity": 4.0,
3654
"maxAcceleration": 1.5,

src/main/deploy/pathplanner/paths/5-Obtain N3 - Step 1.path

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,34 @@
5353
]
5454
}
5555
}
56+
},
57+
{
58+
"name": "New Event Marker",
59+
"waypointRelativePos": 0.1,
60+
"command": {
61+
"type": "parallel",
62+
"data": {
63+
"commands": [
64+
{
65+
"type": "named",
66+
"data": {
67+
"name": "ShooterPositionPickup"
68+
}
69+
}
70+
]
71+
}
72+
}
5673
}
5774
],
5875
"globalConstraints": {
59-
"maxVelocity": 10.0,
60-
"maxAcceleration": 2.0,
76+
"maxVelocity": 3.0,
77+
"maxAcceleration": 0.5,
6178
"maxAngularVelocity": 540.0,
6279
"maxAngularAcceleration": 720.0
6380
},
6481
"goalEndState": {
6582
"velocity": 0,
66-
"rotation": 30.96375653207352,
83+
"rotation": 25.0,
6784
"rotateFast": false
6885
},
6986
"reversed": false,
@@ -72,5 +89,5 @@
7289
"rotation": 59.04,
7390
"velocity": 0
7491
},
75-
"useDefaultConstraints": true
92+
"useDefaultConstraints": false
7693
}

src/main/deploy/pathplanner/paths/New Path.path

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)