Skip to content

Commit

Permalink
Updated maple-sim and photonlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetworkgrinch committed Dec 9, 2024
1 parent 17c0a08 commit a7f55d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/main/java/swervelib/SwerveDrive.java
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ public Optional<SwerveDriveSimulation> getMapleSimDrive() {
/**
* Gets the actual pose of the drivetrain during simulation
*
* @return an optional Pose2d, representing the drivetrain pose during simulation, or an empty optional when running
* @return an {@link Optional} {@link Pose2d}, representing the drivetrain pose during simulation, or an empty optional when running
* on real robot
*/
public Optional<Pose2d> getSimulationDriveTrainPose()
Expand Down
4 changes: 2 additions & 2 deletions vendordeps/maple-sim.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "maple-sim.json",
"name": "maplesim",
"version": "0.2.3",
"version": "0.2.4",
"frcYear": "2025",
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
"mavenUrls": [
Expand All @@ -13,7 +13,7 @@
{
"groupId": "org.ironmaple",
"artifactId": "maplesim-java",
"version": "0.2.3"
"version": "0.2.4"
},
{
"groupId": "org.dyn4j",
Expand Down
12 changes: 6 additions & 6 deletions vendordeps/photonlib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "photonlib.json",
"name": "photonlib",
"version": "v2025.0.0-beta-5",
"version": "v2025.0.0-beta-6",
"uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004",
"frcYear": "2025",
"mavenUrls": [
Expand All @@ -13,7 +13,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-cpp",
"version": "v2025.0.0-beta-5",
"version": "v2025.0.0-beta-6",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
Expand All @@ -28,7 +28,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photonlib-cpp",
"version": "v2025.0.0-beta-5",
"version": "v2025.0.0-beta-6",
"libName": "photonlib",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -43,7 +43,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-cpp",
"version": "v2025.0.0-beta-5",
"version": "v2025.0.0-beta-6",
"libName": "photontargeting",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -60,12 +60,12 @@
{
"groupId": "org.photonvision",
"artifactId": "photonlib-java",
"version": "v2025.0.0-beta-5"
"version": "v2025.0.0-beta-6"
},
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-java",
"version": "v2025.0.0-beta-5"
"version": "v2025.0.0-beta-6"
}
]
}

0 comments on commit a7f55d1

Please sign in to comment.