mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-07-05 07:31:41 +00:00
Updated swervelib
This commit is contained in:
17
deploy/swerve/modules/physicalproperties.json
Normal file
17
deploy/swerve/modules/physicalproperties.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"wheelDiameter": 4,
|
||||
"gearRatio": {
|
||||
"drive": 6.75,
|
||||
"angle": 12.8
|
||||
},
|
||||
"currentLimit": {
|
||||
"drive": 40,
|
||||
"angle": 20
|
||||
},
|
||||
"rampRate": {
|
||||
"drive": 0.25,
|
||||
"angle": 0.25
|
||||
},
|
||||
"wheelGripCoefficientOfFriction": 1.19,
|
||||
"angleMotorFreeSpeedRPM": 5676
|
||||
}
|
||||
Reference in New Issue
Block a user