Skip to content

Commit

Permalink
Update YAGSL configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
trombonegeek27 committed Jan 12, 2024
1 parent 3bb44be commit eeeeece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/deploy/swerve/controllerproperties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"angleJoystickRadiusDeadband": 0.5,
"angleJoystickRadiusDeadband": 0.25,
"heading": {
"p": 0.4,
"i": 0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/swerve/modules/physicalproperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"optimalVoltage": 12,
"wheelGripCoefficientOfFriction": 1.19,
"currentLimit": {
"drive": 40,
"drive": 10,
"angle": 20
},
"conversionFactor": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/swerve/swervedrive.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id": 0,
"canbus": null
},
"invertedIMU": false,
"invertedIMU": true,
"modules": [
"frontleft.json",
"frontright.json",
Expand Down

0 comments on commit eeeeece

Please sign in to comment.