Skip to content

Commit

Permalink
updated YAGSL swervelib
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny0902 committed Jan 16, 2024
1 parent acbbf8a commit feb6d5c
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/ExampleSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class ExampleSubsystem extends SubsystemBase {
/** Creates a new ExampleSubsystem. */
public ExampleSubsystem() {}

//test
/**
* Example command factory method.
*
Expand Down
55 changes: 55 additions & 0 deletions vendordeps/ReduxLib_2024.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"fileName": "ReduxLib_2024.json",
"name": "ReduxLib",
"version": "2024.1.1",
"frcYear": 2024,
"uuid": "151ecca8-670b-4026-8160-cdd2679ef2bd",
"mavenUrls": [
"https://maven.reduxrobotics.com/"
],
"jsonUrl": "https://frcsdk.reduxrobotics.com/ReduxLib_2024.json",
"javaDependencies": [
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-java",
"version": "2024.1.1"
}
],
"jniDependencies": [
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-driver",
"version": "2024.1.1",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"linuxathena",
"linuxx86-64",
"linuxarm32",
"linuxarm64",
"osxuniversal",
"windowsx86-64"
]
}
],
"cppDependencies": [
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-cpp",
"version": "2024.1.1",
"libName": "ReduxLib-cpp",
"headerClassifier": "headers",
"sourcesClassifier": "sources",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena",
"linuxx86-64",
"linuxarm32",
"linuxarm64",
"osxuniversal",
"windowsx86-64"
]
}
]
}
20 changes: 20 additions & 0 deletions vendordeps/yagsl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"fileName": "yagsl.json",
"name": "YAGSL",
"version": "2024.4.1",
"frcYear": "2024",
"uuid": "1ccce5a4-acd2-4d18-bca3-4b8047188400",
"mavenUrls": [
"https://broncbotz3481.github.io/YAGSL-Lib/yagsl/repos"
],
"jsonUrl": "https://broncbotz3481.github.io/YAGSL-Lib/yagsl/yagsl.json",
"javaDependencies": [
{
"groupId": "swervelib",
"artifactId": "YAGSL-java",
"version": "2024.4.1"
}
],
"jniDependencies": [],
"cppDependencies": []
}

0 comments on commit feb6d5c

Please sign in to comment.