Skip to content

Commit

Permalink
Update PathPlanner vendordep
Browse files Browse the repository at this point in the history
  • Loading branch information
bhall-ctre committed Nov 25, 2024
1 parent 624d11f commit f15da7a
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
{
"robotWidth": 0.9,
"robotLength": 0.9,
"robotWidth": 0.762,
"robotLength": 0.762,
"holonomicMode": true,
"pathFolders": [],
"autoFolders": [],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"defaultNominalVoltage": 12.0,
"robotMass": 75.0,
"robotMOI": 6.883,
"robotWheelbase": 0.5588,
"robotTrackwidth": 0.5588,
"driveWheelRadius": 0.05504,
"driveGearing": 7.363636,
"maxDriveSpeed": 4.7,
"driveMotorType": "krakenX60FOC",
"driveCurrentLimit": 120.0,
"wheelCOF": 1.7
"wheelCOF": 1.7,
"flModuleX": 0.267,
"flModuleY": 0.2667,
"frModuleX": 0.267,
"frModuleY": -0.267,
"blModuleX": -0.267,
"blModuleY": 0.267,
"brModuleX": -0.267,
"brModuleY": -0.267,
"bumperOffsetX": 0.0,
"bumperOffsetY": 0.0,
"robotFeatures": []
}
6 changes: 3 additions & 3 deletions cpp/SwerveWithPathPlanner/vendordeps/PathplannerLib-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "PathplannerLib-beta.json",
"name": "PathplannerLib",
"version": "2025.0.0-beta-4",
"version": "2025.0.0-beta-5",
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
"frcYear": "2025",
"mavenUrls": [
Expand All @@ -12,15 +12,15 @@
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-java",
"version": "2025.0.0-beta-4"
"version": "2025.0.0-beta-5"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-cpp",
"version": "2025.0.0-beta-4",
"version": "2025.0.0-beta-5",
"libName": "PathplannerLib",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
{
"robotWidth": 0.9,
"robotLength": 0.9,
"robotWidth": 0.762,
"robotLength": 0.762,
"holonomicMode": true,
"pathFolders": [],
"autoFolders": [],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"defaultNominalVoltage": 12.0,
"robotMass": 75.0,
"robotMOI": 6.883,
"robotWheelbase": 0.5588,
"robotTrackwidth": 0.5588,
"driveWheelRadius": 0.05504,
"driveGearing": 7.363636,
"maxDriveSpeed": 4.7,
"driveMotorType": "krakenX60FOC",
"driveCurrentLimit": 120.0,
"wheelCOF": 1.7
"wheelCOF": 1.7,
"flModuleX": 0.267,
"flModuleY": 0.2667,
"frModuleX": 0.267,
"frModuleY": -0.267,
"blModuleX": -0.267,
"blModuleY": 0.267,
"brModuleX": -0.267,
"brModuleY": -0.267,
"bumperOffsetX": 0.0,
"bumperOffsetY": 0.0,
"robotFeatures": []
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "PathplannerLib-beta.json",
"name": "PathplannerLib",
"version": "2025.0.0-beta-4",
"version": "2025.0.0-beta-5",
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
"frcYear": "2025",
"mavenUrls": [
Expand All @@ -12,15 +12,15 @@
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-java",
"version": "2025.0.0-beta-4"
"version": "2025.0.0-beta-5"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-cpp",
"version": "2025.0.0-beta-4",
"version": "2025.0.0-beta-5",
"libName": "PathplannerLib",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand Down
19 changes: 15 additions & 4 deletions python/SwerveWithPathPlanner/deploy/pathplanner/settings.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
{
"robotWidth": 0.9,
"robotLength": 0.9,
"robotWidth": 0.762,
"robotLength": 0.762,
"holonomicMode": true,
"pathFolders": [],
"autoFolders": [],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"defaultNominalVoltage": 12.0,
"robotMass": 75.0,
"robotMOI": 6.883,
"robotWheelbase": 0.5588,
"robotTrackwidth": 0.5588,
"driveWheelRadius": 0.05504,
"driveGearing": 7.363636,
"maxDriveSpeed": 4.7,
"driveMotorType": "krakenX60FOC",
"driveCurrentLimit": 120.0,
"wheelCOF": 1.7
"wheelCOF": 1.7,
"flModuleX": 0.267,
"flModuleY": 0.2667,
"frModuleX": 0.267,
"frModuleY": -0.267,
"blModuleX": -0.267,
"blModuleY": 0.267,
"brModuleX": -0.267,
"brModuleY": -0.267,
"bumperOffsetX": 0.0,
"bumperOffsetY": 0.0,
"robotFeatures": []
}

0 comments on commit f15da7a

Please sign in to comment.