Skip to content

Commit 1d35be6

Browse files
committed
Finalize AdvantageKit Initialization
1 parent 37c983f commit 1d35be6

File tree

7 files changed

+558
-559
lines changed

7 files changed

+558
-559
lines changed

.wpilib/wpilib_preferences.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"currentLanguage": "java",
44
"projectYear": "2025",
55
"teamNumber": 6328
6-
}
6+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 2025 Offseason Project - Updating Marvin 18
22

3-
The intention of this project is to update the codebase of our 2025 robot, Marvin 18, to function properly with Advantage Kit and also implement Maplesim.
3+
The intention of this project is to update the codebase of our 2025 robot, Marvin 18, to function properly with Advantage Kit and also implement Maplesim.
44

55
## Goals
66

src/main/java/frc/robot/Robot.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import com.ctre.phoenix6.swerve.SwerveModuleConstants;
1717
import com.ctre.phoenix6.swerve.SwerveModuleConstants.DriveMotorArrangement;
1818
import com.ctre.phoenix6.swerve.SwerveModuleConstants.SteerMotorArrangement;
19-
import edu.wpi.first.wpilibj.Threads;
2019
import edu.wpi.first.wpilibj2.command.Command;
2120
import edu.wpi.first.wpilibj2.command.CommandScheduler;
2221
import frc.robot.generated.TunerConstants;

vendordeps/AdvantageKit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
}
3333
],
3434
"cppDependencies": []
35-
}
35+
}

vendordeps/PathplannerLib.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"fileName": "PathplannerLib.json",
3-
"name": "PathplannerLib",
4-
"version": "2025.2.6",
5-
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
6-
"frcYear": "2025",
7-
"mavenUrls": [
8-
"https://3015rangerrobotics.github.io/pathplannerlib/repo"
9-
],
10-
"jsonUrl": "https://3015rangerrobotics.github.io/pathplannerlib/PathplannerLib.json",
11-
"javaDependencies": [
12-
{
13-
"groupId": "com.pathplanner.lib",
14-
"artifactId": "PathplannerLib-java",
15-
"version": "2025.2.6"
16-
}
17-
],
18-
"jniDependencies": [],
19-
"cppDependencies": [
20-
{
21-
"groupId": "com.pathplanner.lib",
22-
"artifactId": "PathplannerLib-cpp",
23-
"version": "2025.2.6",
24-
"libName": "PathplannerLib",
25-
"headerClassifier": "headers",
26-
"sharedLibrary": false,
27-
"skipInvalidPlatforms": true,
28-
"binaryPlatforms": [
29-
"windowsx86-64",
30-
"linuxx86-64",
31-
"osxuniversal",
32-
"linuxathena",
33-
"linuxarm32",
34-
"linuxarm64"
35-
]
36-
}
37-
]
38-
}
2+
"fileName": "PathplannerLib.json",
3+
"name": "PathplannerLib",
4+
"version": "2025.2.6",
5+
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
6+
"frcYear": "2025",
7+
"mavenUrls": [
8+
"https://3015rangerrobotics.github.io/pathplannerlib/repo"
9+
],
10+
"jsonUrl": "https://3015rangerrobotics.github.io/pathplannerlib/PathplannerLib.json",
11+
"javaDependencies": [
12+
{
13+
"groupId": "com.pathplanner.lib",
14+
"artifactId": "PathplannerLib-java",
15+
"version": "2025.2.6"
16+
}
17+
],
18+
"jniDependencies": [],
19+
"cppDependencies": [
20+
{
21+
"groupId": "com.pathplanner.lib",
22+
"artifactId": "PathplannerLib-cpp",
23+
"version": "2025.2.6",
24+
"libName": "PathplannerLib",
25+
"headerClassifier": "headers",
26+
"sharedLibrary": false,
27+
"skipInvalidPlatforms": true,
28+
"binaryPlatforms": [
29+
"windowsx86-64",
30+
"linuxx86-64",
31+
"osxuniversal",
32+
"linuxathena",
33+
"linuxarm32",
34+
"linuxarm64"
35+
]
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)