Skip to content

Commit

Permalink
Update max swerve files.
Browse files Browse the repository at this point in the history
Signed-off-by: thenetworkgrinch <thenetworkgrinch@users.noreply.github.com>
  • Loading branch information
thenetworkgrinch committed Jan 17, 2024
1 parent a234369 commit 28494db
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 24 deletions.

This file was deleted.

16 changes: 16 additions & 0 deletions src/main/deploy/swerve/maxSwerve/modules/physicalproperties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"conversionFactor": {
"drive": 0.047286787200699704,
"angle": 16.8
},
"currentLimit": {
"drive": 40,
"angle": 20
},
"rampRate": {
"drive": 0.25,
"angle": 0.25
},
"optimalVoltage": 12,
"wheelGripCoefficientOfFriction": 1.19,
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"maxSpeed": 14.5,
"optimalVoltage": 12,
"imu": {
"type": "navx_spi",
"id": 0,
"canbus": null
},
"invertedIMU": true,
"invertedIMU": false,
"modules": [
"frontleft.json",
"frontright.json",
Expand Down

0 comments on commit 28494db

Please sign in to comment.