Files
YAGSL/deploy/swerve/modules/frontright.json
thenetworkgrinch 6a40ec018e Updated swervelib
2023-02-13 14:37:05 -06:00

26 lines
370 B
JSON

{
"drive": {
"type": "sparkmax",
"id": 2,
"canbus": null
},
"angle": {
"type": "sparkmax",
"id": 1,
"canbus": null
},
"encoder": {
"type": "cancoder",
"id": 10,
"canbus": null
},
"inverted": {
"drive": false,
"angle": false
},
"absoluteEncoderOffset": -50.977,
"location": {
"x": 12,
"y": -12
}
}