Skip to content

Commit

Permalink
B1 2A1SL fix start and turn
Browse files Browse the repository at this point in the history
  • Loading branch information
bmai1 committed Jan 10, 2024
1 parent 7f9e31a commit d2b9a8a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Robot2024/src/main/deploy/pathplanner/autos/B1 2A1SL.auto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 2.0,
"x": 1.0,
"y": 7.0
},
"rotation": 0
Expand Down
14 changes: 7 additions & 7 deletions Robot2024/src/main/deploy/pathplanner/paths/amp1.path
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
"waypoints": [
{
"anchor": {
"x": 2.0,
"x": 1.0,
"y": 7.0
},
"prevControl": null,
"nextControl": {
"x": 1.9211243428489564,
"x": 0.9211243428489564,
"y": 7.0
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 2.0,
"x": 1.85,
"y": 7.0
},
"prevControl": {
"x": 2.013874777749556,
"y": 6.961690020602264
"x": 1.8510314565880623,
"y": 6.959267947800762
},
"nextControl": {
"x": 1.9659473792296847,
"y": 7.094023502480352
"x": 1.839106553213107,
"y": 7.430180434434943
},
"isLocked": false,
"linkedName": null
Expand Down
20 changes: 10 additions & 10 deletions Robot2024/src/main/deploy/pathplanner/paths/amp2.path
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
},
"prevControl": null,
"nextControl": {
"x": 2.3725911597841214,
"y": 6.975729871319236
"x": 2.371531503081408,
"y": 7.0
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 2.08523237893474,
"y": 7.0
"x": 1.85,
"y": 7.136755167028853
},
"prevControl": {
"x": 2.4684454770087023,
"y": 7.024496938367645
"x": 1.85,
"y": 6.752759882520263
},
"nextControl": {
"x": 1.882102244317397,
"y": 6.98701488437284
"x": 1.85,
"y": 7.371195588432246
},
"isLocked": false,
"linkedName": null
Expand All @@ -36,8 +36,8 @@
"y": 7.25
},
"prevControl": {
"x": 1.9972301029817991,
"y": 7.02564893173527
"x": 1.85,
"y": 7.15
},
"nextControl": null,
"isLocked": false,
Expand Down

0 comments on commit d2b9a8a

Please sign in to comment.