first commit
This commit is contained in:
24
src/main/deploy/swerve/neo/modules/physicalproperties.json
Normal file
24
src/main/deploy/swerve/neo/modules/physicalproperties.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"optimalVoltage": 12,
|
||||
"robotMass": 51.75,
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user