mirror of
https://github.com/Astatin3/Vision-Minibot.git
synced 2026-06-09 00:28:05 -06:00
Work on adding advantagekit
This commit is contained in:
@@ -2,18 +2,28 @@
|
||||
"robotWidth": 0.9,
|
||||
"robotLength": 0.9,
|
||||
"holonomicMode": false,
|
||||
"pathFolders": [],
|
||||
"autoFolders": [],
|
||||
"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"
|
||||
],
|
||||
"defaultMaxVel": 3.0,
|
||||
"defaultMaxAccel": 3.0,
|
||||
"defaultMaxAngVel": 540.0,
|
||||
"defaultMaxAngAccel": 720.0,
|
||||
"defaultNominalVoltage": 12.0,
|
||||
"robotMass": 74.088,
|
||||
"robotMass": 58.18,
|
||||
"robotMOI": 6.883,
|
||||
"robotTrackwidth": 0.546,
|
||||
"driveWheelRadius": 0.048,
|
||||
"driveGearing": 5.143,
|
||||
"driveWheelRadius": 0.0508,
|
||||
"driveGearing": 6.12,
|
||||
"maxDriveSpeed": 5.45,
|
||||
"driveMotorType": "krakenX60",
|
||||
"driveCurrentLimit": 60.0,
|
||||
|
||||
Reference in New Issue
Block a user