Files
YAGSL/deploy/swerve/swervedrive.json
thenetworkgrinch 6a40ec018e Updated swervelib
2023-02-13 14:37:05 -06:00

16 lines
254 B
JSON

{
"maxSpeed": 14.5,
"optimalVoltage": 12,
"imu": {
"type": "pigeon2",
"id": 13,
"canbus": "canivore"
},
"invertedIMU": true,
"modules": [
"frontleft.json",
"frontright.json",
"backleft.json",
"backright.json"
]
}