mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Updated swervelib
This commit is contained in:
26
deploy/swerve/modules/frontleft.json
Normal file
26
deploy/swerve/modules/frontleft.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user