Files
YAGSL/deploy/swerve/modules/backright.json

26 lines
371 B
JSON
Raw Normal View History

2023-02-13 14:37:05 -06:00
{
"drive": {
"type": "sparkmax",
"id": 5,
"canbus": null
},
"angle": {
"type": "sparkmax",
"id": 6,
"canbus": null
},
"encoder": {
"type": "cancoder",
"id": 11,
"canbus": null
},
"inverted": {
"drive": false,
"angle": false
},
"absoluteEncoderOffset": -18.281,
"location": {
"x": -12,
"y": -12
}
}