Skip to content

Commit

Permalink
Add 2025 NavX vendordep
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Jan 5, 2025
1 parent 2b97121 commit a9d3438
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 43 deletions.
8 changes: 4 additions & 4 deletions template_projects/generate_projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
WPILIB_VERSION="2025.1.1"
PROJECTS=(kitbot_2025 diff_drive spark_swerve talonfx_swerve vision skeleton)
VENDORDEPS=(
"NavX PathplannerLib Phoenix5 Phoenix6 REVLib URCL WPILibNewCommands" # kitbot_2025
"NavX PathplannerLib Phoenix5 Phoenix6 REVLib URCL WPILibNewCommands" # diff_drive
"NavX PathplannerLib Phoenix6 REVLib URCL WPILibNewCommands" # spark_swerve
"NavX PathplannerLib Phoenix6 WPILibNewCommands" # talonfx_swerve
"Studica PathplannerLib Phoenix5 Phoenix6 REVLib URCL WPILibNewCommands" # kitbot_2025
"Studica PathplannerLib Phoenix5 Phoenix6 REVLib URCL WPILibNewCommands" # diff_drive
"Studica PathplannerLib Phoenix6 REVLib URCL WPILibNewCommands" # spark_swerve
"Studica PathplannerLib Phoenix6 WPILibNewCommands" # talonfx_swerve
"photonlib WPILibNewCommands" # vision
"WPILibNewCommands" # skeleton
)
Expand Down
39 changes: 0 additions & 39 deletions template_projects/vendordeps/NavX.json

This file was deleted.

71 changes: 71 additions & 0 deletions template_projects/vendordeps/Studica.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"fileName": "Studica.json",
"name": "Studica",
"version": "2025.0.0",
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
"frcYear": "2025",
"mavenUrls": [
"https://dev.studica.com/maven/release/2025/"
],
"jsonUrl": "https://dev.studica.com/releases/2025/Studica-2025.0.0.json",
"cppDependencies": [
{
"artifactId": "Studica-cpp",
"binaryPlatforms": [
"linuxathena",
"linuxarm32",
"linuxarm64",
"linuxx86-64",
"osxuniversal",
"windowsx86-64"
],
"groupId": "com.studica.frc",
"headerClassifier": "headers",
"libName": "Studica",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"version": "2025.0.0"
},
{
"artifactId": "Studica-driver",
"binaryPlatforms": [
"linuxathena",
"linuxarm32",
"linuxarm64",
"linuxx86-64",
"osxuniversal",
"windowsx86-64"
],
"groupId": "com.studica.frc",
"headerClassifier": "headers",
"libName": "StudicaDriver",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"version": "2025.0.0"
}
],
"javaDependencies": [
{
"artifactId": "Studica-java",
"groupId": "com.studica.frc",
"version": "2025.0.0"
}
],
"jniDependencies": [
{
"artifactId": "Studica-driver",
"groupId": "com.studica.frc",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"linuxathena",
"linuxarm32",
"linuxarm64",
"linuxx86-64",
"osxuniversal",
"windowsx86-64"
],
"version": "2025.0.0"
}
]
}

0 comments on commit a9d3438

Please sign in to comment.