robot-2024/src/main/deploy/swerve/modules/physicalproperties.json
Antoine PerreaultE b1efbc8373 Swerve + Constant
2024-01-22 19:33:18 -05:00

16 lines
250 B
JSON

{
"optimalVoltage": 12,
"wheelGripCoefficientOfFriction": 1.19,
"currentLimit": {
"drive": 40,
"angle": 20
},
"conversionFactor": {
"angle": 16.8,
"drive": 0.04
},
"rampRate": {
"drive": 0.25,
"angle": 0.25
}
}