Files
betabot-2024/src/main/deploy/swerve/modules/backleft.json
Antoine PerreaultE 8ca3253812 hk
2023-11-30 18:40:12 -05:00

26 lines
384 B
JSON

{
"location": {
"front": -12.375,
"left": 12.375
},
"absoluteEncoderOffset": 79.980,
"drive": {
"type": "sparkmax",
"id": 8,
"canbus": null
},
"angle": {
"type": "sparkmax",
"id": 9,
"canbus": null
},
"encoder": {
"type": "cancoder",
"id": 7,
"canbus": null
},
"inverted": {
"drive": false,
"angle": false
}
}