Files
pratique-2025/src/main/deploy/swerve/modules/backright.json
samuel desharnais 025d9e47f0
2024-10-23 19:22:23 -04:00

30 lines
444 B
JSON

{
"location": {
"front": -12.375,
"left": -12.375
},
"absoluteEncoderOffset": 5.537,
"drive": {
"type": "sparkmax",
"id": 11,
"canbus": null
},
"angle": {
"type": "sparkmax",
"id": 12,
"canbus": null
},
"inverted": {
"angle": true,
"drive": false
},
"conversionFactor": {
"angle": 0,
"drive": 0
},
"encoder": {
"type": "cancoder",
"id": 7,
"canbus": null
}
}