generated from AZ-First/Az-RBSI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Coconuts2486-FRC/Az-RBSI_template_sync_bf2…
…0be4 [bot] Update Robot Code with latest version of Az-RBSI
- Loading branch information
Showing
9 changed files
with
84 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"version": "2025.0", | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Consistancy Test" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"resetOdom": true, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,21 @@ | ||
{ | ||
"robotWidth": 0.813, | ||
"robotLength": 0.813, | ||
"robotWidth": 0.9, | ||
"robotLength": 0.9, | ||
"holonomicMode": true, | ||
"pathFolders": [], | ||
"autoFolders": [], | ||
"defaultMaxVel": 4.0, | ||
"defaultMaxAccel": 7.0, | ||
"defaultMaxVel": 3.0, | ||
"defaultMaxAccel": 3.0, | ||
"defaultMaxAngVel": 540.0, | ||
"defaultMaxAngAccel": 1200.0, | ||
"defaultNominalVoltage": 12.0, | ||
"robotMass": 55.0, | ||
"defaultMaxAngAccel": 720.0, | ||
"robotMass": 74.088, | ||
"robotMOI": 6.883, | ||
"robotWheelbase": 0.546, | ||
"robotTrackwidth": 0.546, | ||
"driveWheelRadius": 0.048, | ||
"driveGearing": 6.75, | ||
"driveGearing": 5.143, | ||
"maxDriveSpeed": 5.45, | ||
"driveMotorType": "krakenX60FOC", | ||
"driveCurrentLimit": 50.0, | ||
"wheelCOF": 1.1, | ||
"flModuleX": 0.263525, | ||
"flModuleY": 0.263525, | ||
"frModuleX": 0.263525, | ||
"frModuleY": -0.263525, | ||
"blModuleX": -0.263525, | ||
"blModuleY": 0.263525, | ||
"brModuleX": -0.263525, | ||
"brModuleY": -0.263525, | ||
"bumperOffsetX": 0.0, | ||
"bumperOffsetY": 0.0, | ||
"robotFeatures": [] | ||
"driveCurrentLimit": 60.0, | ||
"wheelCOF": 1.2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters