Skip to content

Commit

Permalink
Update inverted IMU status
Browse files Browse the repository at this point in the history
The IMU being inverted caused some issues with controlling the robot, this is now fixed.
  • Loading branch information
garrettsummerfi3ld committed Mar 23, 2024
1 parent f4c399b commit b172125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/deploy/swerve/swervedrive.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id": 0,
"canbus": null
},
"invertedIMU": true,
"invertedIMU": false,
"modules": [
"frontleft.json",
"frontright.json",
Expand Down

0 comments on commit b172125

Please sign in to comment.