Skip to content

Commit 01fd861

Browse files
Updated vendordeps.
Signed-off-by: thenetworkgrinch <thenetworkgrinch@users.noreply.github.com>
1 parent 61ccea3 commit 01fd861

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

src/main/java/frc/robot/RobotContainer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ public class RobotContainer
8989
Command driveSetpointGen = drivebase.driveWithSetpointGeneratorFieldRelative(driveDirectAngle);
9090

9191
SwerveInputStream driveAngularVelocitySim = SwerveInputStream.of(drivebase.getSwerveDrive(),
92-
driverXbox::getLeftY,
93-
driverXbox::getLeftX)
92+
() -> -driverXbox.getLeftY(),
93+
() -> -driverXbox.getLeftX())
9494
.withControllerRotationAxis(() -> driverXbox.getRawAxis(2))
9595
.deadband(OperatorConstants.DEADBAND)
9696
.scaleTranslation(0.8)

vendordeps/PathplannerLib-beta.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "PathplannerLib-beta.json",
33
"name": "PathplannerLib",
4-
"version": "2025.0.0-beta-6",
4+
"version": "2025.0.0-beta-6.1",
55
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
66
"frcYear": "2025",
77
"mavenUrls": [
@@ -12,15 +12,15 @@
1212
{
1313
"groupId": "com.pathplanner.lib",
1414
"artifactId": "PathplannerLib-java",
15-
"version": "2025.0.0-beta-6"
15+
"version": "2025.0.0-beta-6.1"
1616
}
1717
],
1818
"jniDependencies": [],
1919
"cppDependencies": [
2020
{
2121
"groupId": "com.pathplanner.lib",
2222
"artifactId": "PathplannerLib-cpp",
23-
"version": "2025.0.0-beta-6",
23+
"version": "2025.0.0-beta-6.1",
2424
"libName": "PathplannerLib",
2525
"headerClassifier": "headers",
2626
"sharedLibrary": false,

vendordeps/maple-sim.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "maple-sim.json",
33
"name": "maplesim",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"frcYear": "2025",
66
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
77
"mavenUrls": [
@@ -13,7 +13,7 @@
1313
{
1414
"groupId": "org.ironmaple",
1515
"artifactId": "maplesim-java",
16-
"version": "0.2.5"
16+
"version": "0.2.6"
1717
},
1818
{
1919
"groupId": "org.dyn4j",

vendordeps/photonlib.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "photonlib.json",
33
"name": "photonlib",
4-
"version": "v2025.0.0-beta-6",
4+
"version": "v2025.0.0-beta-8",
55
"uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004",
66
"frcYear": "2025",
77
"mavenUrls": [
@@ -13,7 +13,7 @@
1313
{
1414
"groupId": "org.photonvision",
1515
"artifactId": "photontargeting-cpp",
16-
"version": "v2025.0.0-beta-6",
16+
"version": "v2025.0.0-beta-8",
1717
"skipInvalidPlatforms": true,
1818
"isJar": false,
1919
"validPlatforms": [
@@ -28,7 +28,7 @@
2828
{
2929
"groupId": "org.photonvision",
3030
"artifactId": "photonlib-cpp",
31-
"version": "v2025.0.0-beta-6",
31+
"version": "v2025.0.0-beta-8",
3232
"libName": "photonlib",
3333
"headerClassifier": "headers",
3434
"sharedLibrary": true,
@@ -43,7 +43,7 @@
4343
{
4444
"groupId": "org.photonvision",
4545
"artifactId": "photontargeting-cpp",
46-
"version": "v2025.0.0-beta-6",
46+
"version": "v2025.0.0-beta-8",
4747
"libName": "photontargeting",
4848
"headerClassifier": "headers",
4949
"sharedLibrary": true,
@@ -60,12 +60,12 @@
6060
{
6161
"groupId": "org.photonvision",
6262
"artifactId": "photonlib-java",
63-
"version": "v2025.0.0-beta-6"
63+
"version": "v2025.0.0-beta-8"
6464
},
6565
{
6666
"groupId": "org.photonvision",
6767
"artifactId": "photontargeting-java",
68-
"version": "v2025.0.0-beta-6"
68+
"version": "v2025.0.0-beta-8"
6969
}
7070
]
7171
}

0 commit comments

Comments
 (0)