Skip to content

Commit

Permalink
Add AdvantageKit 4.0.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner authored Jan 6, 2025
1 parent b650f66 commit c098863
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
34 changes: 34 additions & 0 deletions 2025/AdvantageKit-4.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"fileName": "AdvantageKit.json",
"name": "AdvantageKit",
"version": "4.0.0",
"uuid": "d820cc26-74e3-11ec-90d6-0242ac120003",
"frcYear": "2025",
"mavenUrls": [
"https://frcmaven.wpi.edu/artifactory/littletonrobotics-mvn-release/"
],
"jsonUrl": "https://github.com/Mechanical-Advantage/AdvantageKit/releases/latest/download/AdvantageKit.json",
"javaDependencies": [
{
"groupId": "org.littletonrobotics.akit",
"artifactId": "akit-java",
"version": "4.0.0"
}
],
"jniDependencies": [
{
"groupId": "org.littletonrobotics.akit",
"artifactId": "akit-wpilibio",
"version": "4.0.0",
"skipInvalidPlatforms": false,
"isJar": false,
"validPlatforms": [
"linuxathena",
"windowsx86-64",
"linuxx86-64",
"osxuniversal"
]
}
],
"cppDependencies": []
}
7 changes: 7 additions & 0 deletions 2025_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,12 @@
"name": "Yet Another Generic Swerve Library (YAGSL)",
"description": "YAGSL (Yet Another Generic Swerve Library) is an open-source robotics library designed to simplify and optimize the control, simulation, and configuration of swerve drive systems of all types.",
"website": "https://docs.yagsl.com/"
},
{
"uuid": "d820cc26-74e3-11ec-90d6-0242ac120003",
"name": "AdvantageKit",
"description": "Simulation replay and logging framework",
"website": "https://docs.advantagekit.org",
"instructions": "https://docs.advantagekit.org/getting-started/installation/vscode-welcome"
}
]

0 comments on commit c098863

Please sign in to comment.