Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yagsl 2025.1.0.3 #58

Merged
merged 6 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions 2025beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,13 @@
"uuid": "1ccce5a4-acd2-4d18-bca3-4b8047188400",
"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"
},
{
"path": "2025beta/yagsl-2025.1.0.3.json",
"name": "Yet Another Generic Swerve Library (YAGSL)",
"version": "2025.1.0.3",
"uuid": "1ccce5a4-acd2-4d18-bca3-4b8047188400",
"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"
}
]
58 changes: 58 additions & 0 deletions 2025beta/yagsl-2025.1.0.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"fileName": "yagsl.json",
"name": "YAGSL",
"version": "2025.1.0.3",
"frcYear": "2025",
"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": "2025.1.0.3"
}
],
"requires": [
{
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
"errorMessage": "REVLib is required!",
"offlineFileName": "REVLib.json",
"onlineUrl": "https://software-metadata.revrobotics.com/REVLib-2025.json"
},
{
"uuid": "151ecca8-670b-4026-8160-cdd2679ef2bd",
"errorMessage": "ReduxLib is required!",
"offlineFileName": "ReduxLib_2025.json",
"onlineUrl": "https://frcsdk.reduxrobotics.com/ReduxLib_2025.json"
},
{
"uuid": "e995de00-2c64-4df5-8831-c1441420ff19",
"errorMessage": "Phoenix6 is required!",
"offlineFileName": "Phoenix6-frc2025-beta-latest.json",
"onlineUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix6/latest/Phoenix6-frc2025-beta-latest.json"
},
{
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
"errorMessage": "Phoenix5 is required!",
"offlineFileName": "Phoenix5.json",
"onlineUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix5-frc2025-beta-latest.json"
},
{
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
"errorMessage": "NavX is required!",
"offlineFileName": "Studica-2025.1.1-beta-3.json",
"onlineUrl": "https://dev.studica.com/releases/2025/Studica-2025.1.1-beta-3.json"
},
{
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
"errorMessage": "MapleSim is requires for simulation",
"offlineFileName": "maple-sim.json",
"onlineUrl": "https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/maple-sim.json"
}
],
"jniDependencies": [],
"cppDependencies": []
}
Loading