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

26 lines
369 B
JSON
Raw Normal View History

2023-02-13 14:37:05 -06:00
{
"drive": {
"type": "sparkmax",
"id": 4,
"canbus": null
},
"angle": {
"type": "sparkmax",
"id": 3,
"canbus": null
},
"encoder": {
"type": "cancoder",
"id": 9,
"canbus": null
},
"inverted": {
"drive": false,
"angle": false
},
"absoluteEncoderOffset": -114.609,
"location": {
"x": 12,
"y": 12
}
}