Skip to content

Commit

Permalink
update path planner lib
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewChoulas committed Jan 28, 2024
1 parent 008cc93 commit 78fcc26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object DrivetrainConstants {
val DRIVE_STATOR_THRESHOLD_CURRENT_LIMIT = 80.0.amps
val DRIVE_STATOR_TRIGGER_THRESHOLD_TIME = 1.0.seconds

val FRONT_LEFT_MODULE_ZERO = 2.92.radians - (3.14 / 2).radians
val FRONT_LEFT_MODULE_ZERO = 3.02.radians
val FRONT_RIGHT_MODULE_ZERO = 4.29.radians - (3.14 / 2).radians
val BACK_RIGHT_MODULE_ZERO = 4.608515.radians - (3.14 / 2).radians
val BACK_LEFT_MODULE_ZERO = 5.204072.radians - (3.14 / 2).radians
Expand Down
11 changes: 7 additions & 4 deletions vendordeps/PathplannerLib.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"fileName": "PathplannerLib.json",
"name": "PathplannerLib",
"version": "2023.3.4",
"version": "2024.1.6",
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
"frcYear": "2024",
"mavenUrls": [
"https://3015rangerrobotics.github.io/pathplannerlib/repo"
],
Expand All @@ -11,15 +12,15 @@
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-java",
"version": "2023.3.4"
"version": "2024.1.6"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-cpp",
"version": "2023.3.4",
"version": "2024.1.6",
"libName": "PathplannerLib",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand All @@ -28,7 +29,9 @@
"windowsx86-64",
"linuxx86-64",
"osxuniversal",
"linuxathena"
"linuxathena",
"linuxarm32",
"linuxarm64"
]
}
]
Expand Down

0 comments on commit 78fcc26

Please sign in to comment.