generated from FRCTeam3255/Standard_Swerve_Code
-
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.
LazerCAN, Solo Driving, & PDH Logging (#139)
* gp gaaejioerp hop ghzdf * LazerCAN works! (+ solo driver bindings) * add pdh logging * Update PDH names --------- Co-authored-by: Alena <[email protected]>
- Loading branch information
1 parent
62ed075
commit 6005a7d
Showing
6 changed files
with
244 additions
and
14 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
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
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
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
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
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,74 @@ | ||
{ | ||
"fileName": "libgrapplefrc2024.json", | ||
"name": "libgrapplefrc", | ||
"version": "2024.3.1", | ||
"frcYear": "2024", | ||
"uuid": "8ef3423d-9532-4665-8339-206dae1d7168", | ||
"mavenUrls": [ | ||
"https://storage.googleapis.com/grapple-frc-maven" | ||
], | ||
"jsonUrl": "https://storage.googleapis.com/grapple-frc-maven/libgrapplefrc2024.json", | ||
"javaDependencies": [ | ||
{ | ||
"groupId": "au.grapplerobotics", | ||
"artifactId": "libgrapplefrcjava", | ||
"version": "2024.3.1" | ||
} | ||
], | ||
"jniDependencies": [ | ||
{ | ||
"groupId": "au.grapplerobotics", | ||
"artifactId": "libgrapplefrcdriver", | ||
"version": "2024.3.1", | ||
"skipInvalidPlatforms": true, | ||
"isJar": false, | ||
"validPlatforms": [ | ||
"windowsx86-64", | ||
"windowsx86", | ||
"linuxarm64", | ||
"linuxx86-64", | ||
"linuxathena", | ||
"linuxarm32", | ||
"osxuniversal" | ||
] | ||
} | ||
], | ||
"cppDependencies": [ | ||
{ | ||
"groupId": "au.grapplerobotics", | ||
"artifactId": "libgrapplefrccpp", | ||
"version": "2024.3.1", | ||
"libName": "grapplefrc", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"windowsx86", | ||
"linuxarm64", | ||
"linuxx86-64", | ||
"linuxathena", | ||
"linuxarm32", | ||
"osxuniversal" | ||
] | ||
}, | ||
{ | ||
"groupId": "au.grapplerobotics", | ||
"artifactId": "libgrapplefrcdriver", | ||
"version": "2024.3.1", | ||
"libName": "grapplefrcdriver", | ||
"headerClassifier": "headers", | ||
"sharedLibrary": true, | ||
"skipInvalidPlatforms": true, | ||
"binaryPlatforms": [ | ||
"windowsx86-64", | ||
"windowsx86", | ||
"linuxarm64", | ||
"linuxx86-64", | ||
"linuxathena", | ||
"linuxarm32", | ||
"osxuniversal" | ||
] | ||
} | ||
] | ||
} |