Skip to content

Commit 6a9187f

Browse files
Merge pull request #65 from FRC5188/Robot-Sim
Robot sim
2 parents 41920d6 + 8fd547b commit 6a9187f

File tree

92 files changed

+673
-729
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+673
-729
lines changed

src/main/deploy/pathplanner/autos/JustClimb1.auto renamed to src/main/deploy/pathplanner/autos/Blah Blah.auto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"data": {
66
"commands": [
77
{
8-
"type": "named",
8+
"type": "path",
99
"data": {
10-
"name": "ExtendClimber"
10+
"pathName": "Move Down "
1111
}
1212
},
1313
{
14-
"type": "path",
14+
"type": "wait",
1515
"data": {
16-
"pathName": "JustClimb1"
16+
"waitTime": 1.0
1717
}
1818
},
1919
{
2020
"type": "named",
2121
"data": {
22-
"name": "Climb"
22+
"name": "Shoot"
2323
}
2424
}
2525
]
2626
}
2727
},
2828
"resetOdom": true,
29-
"folder": "Only Climb",
29+
"folder": "Olivia's Test Autos ",
3030
"choreoAuto": false
3131
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"version": "2025.0",
3+
"command": {
4+
"type": "sequential",
5+
"data": {
6+
"commands": [
7+
{
8+
"type": "parallel",
9+
"data": {
10+
"commands": [
11+
{
12+
"type": "path",
13+
"data": {
14+
"pathName": "Move Down "
15+
}
16+
},
17+
{
18+
"type": "sequential",
19+
"data": {
20+
"commands": [
21+
{
22+
"type": "wait",
23+
"data": {
24+
"waitTime": 1.0
25+
}
26+
},
27+
{
28+
"type": "named",
29+
"data": {
30+
"name": "ReadyUp"
31+
}
32+
}
33+
]
34+
}
35+
}
36+
]
37+
}
38+
}
39+
]
40+
}
41+
},
42+
"resetOdom": true,
43+
"folder": "Olivia's Test Autos ",
44+
"choreoAuto": false
45+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": "2025.0",
3+
"command": {
4+
"type": "sequential",
5+
"data": {
6+
"commands": [
7+
{
8+
"type": "path",
9+
"data": {
10+
"pathName": "Example Path"
11+
}
12+
}
13+
]
14+
}
15+
},
16+
"resetOdom": true,
17+
"folder": null,
18+
"choreoAuto": false
19+
}

src/main/deploy/pathplanner/autos/JustClimb2.auto

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

src/main/deploy/pathplanner/autos/LB.Sweep.S1.M2.Climb.auto

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

src/main/deploy/pathplanner/autos/S3.M4.Climb.auto

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

src/main/deploy/pathplanner/autos/UB.Sweep.S3.Climb.auto

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

src/main/deploy/pathplanner/paths/Depot-Climb1.path

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"pointTowardsZones": [],
3939
"eventMarkers": [],
4040
"globalConstraints": {
41-
"maxVelocity": 3.0,
42-
"maxAcceleration": 3.0,
41+
"maxVelocity": 0.5,
42+
"maxAcceleration": 0.5,
4343
"maxAngularVelocity": 540.0,
4444
"maxAngularAcceleration": 720.0,
4545
"nominalVoltage": 12.0,

0 commit comments

Comments
 (0)