Files
Mothman/src/main/deploy/swerve/neo/modules/physicalproperties.json

24 lines
391 B
JSON

{
"optimalVoltage": 12,
"robotMass": 140,
"wheelGripCoefficientOfFriction": 1.85,
"currentLimit": {
"drive": 40,
"angle": 40
},
"conversionFactors": {
"angle": {
"gearRatio": 21.42857143,
"factor": 0
},
"drive": {
"diameter": 4,
"gearRatio": 6.12,
"factor": 0
}
},
"rampRate": {
"drive": 0.25,
"angle": 0.25
}
}