generated from OakvilleDynamics/frc-robot-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update YAGSL libraries, merge old swerve config
Updated the YAGSL libraries and removed the offline install of the YAGSL library. Updated the base swerve code to include most of the changes made for 2024. Updated PathPlannerLib.
- Loading branch information
1 parent
9733d40
commit 5f9ffbd
Showing
86 changed files
with
18,914 additions
and
8,019 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"waypoints": [ | ||
{ | ||
"anchorPoint": { | ||
"x": 0.8409049675242211, | ||
"y": 3.593000471715229 | ||
}, | ||
"prevControl": null, | ||
"nextControl": { | ||
"x": 1.8409049675242182, | ||
"y": 3.593000471715229 | ||
}, | ||
"holonomicAngle": 0, | ||
"isReversal": false, | ||
"velOverride": null, | ||
"isLocked": false, | ||
"isStopPoint": false, | ||
"stopEvent": { | ||
"names": [], | ||
"executionBehavior": "parallel", | ||
"waitBehavior": "none", | ||
"waitTime": 0 | ||
} | ||
}, | ||
{ | ||
"anchorPoint": { | ||
"x": 3.0, | ||
"y": 5.0 | ||
}, | ||
"prevControl": { | ||
"x": 3.0, | ||
"y": 3.8506044103316963 | ||
}, | ||
"nextControl": { | ||
"x": 3.0, | ||
"y": 3.8506044103316963 | ||
}, | ||
"holonomicAngle": 90.0, | ||
"isReversal": true, | ||
"velOverride": null, | ||
"isLocked": false, | ||
"isStopPoint": true, | ||
"stopEvent": { | ||
"names": [ | ||
"marker1" | ||
], | ||
"executionBehavior": "parallel", | ||
"waitBehavior": "after", | ||
"waitTime": 2.0 | ||
} | ||
}, | ||
{ | ||
"anchorPoint": { | ||
"x": 5.0, | ||
"y": 3.0 | ||
}, | ||
"prevControl": { | ||
"x": 4.0, | ||
"y": 3.0 | ||
}, | ||
"nextControl": null, | ||
"holonomicAngle": 0, | ||
"isReversal": false, | ||
"velOverride": null, | ||
"isLocked": false, | ||
"isStopPoint": false, | ||
"stopEvent": { | ||
"names": [], | ||
"executionBehavior": "parallel", | ||
"waitBehavior": "none", | ||
"waitTime": 0 | ||
} | ||
} | ||
], | ||
"markers": [] | ||
} |
Oops, something went wrong.