Files
Vision-Minibot/src/main/deploy/pathplanner/settings.json
T

42 lines
910 B
JSON
Raw Normal View History

2024-12-14 18:43:12 -08:00
{
"robotWidth": 0.9,
"robotLength": 0.9,
"holonomicMode": false,
2025-07-16 14:09:08 -07:00
"pathFolders": [
"Barge to Reef",
"Bottom Feed to Reef",
"Reef to Top Feed",
"Reef to Bottom Feed",
"Top Feed to Reef"
],
"autoFolders": [
"1 Coral",
"2 Coral",
"3 Coral"
],
2024-12-14 18:43:12 -08:00
"defaultMaxVel": 3.0,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"defaultNominalVoltage": 12.0,
2025-07-16 14:09:08 -07:00
"robotMass": 58.18,
2024-12-14 18:43:12 -08:00
"robotMOI": 6.883,
"robotTrackwidth": 0.546,
2025-07-16 14:09:08 -07:00
"driveWheelRadius": 0.0508,
"driveGearing": 6.12,
2024-12-14 18:43:12 -08:00
"maxDriveSpeed": 5.45,
"driveMotorType": "krakenX60",
"driveCurrentLimit": 60.0,
"wheelCOF": 1.2,
"flModuleX": 0.273,
"flModuleY": 0.273,
"frModuleX": 0.273,
"frModuleY": -0.273,
"blModuleX": -0.273,
"blModuleY": 0.273,
"brModuleX": -0.273,
"brModuleY": -0.273,
"bumperOffsetX": 0.0,
"bumperOffsetY": 0.0,
"robotFeatures": []
}