Skip to content

Commit

Permalink
Fixed my bad commit sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Foley committed Jun 4, 2024
1 parent 990d332 commit 5301267
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/formatting-on-push.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from wpimath.kinematics import ChassisSpeeds, SwerveModulePosition



class RobotInputs():
def __init__(self) -> None:
self.driveCtrlr = wpilib.XboxController(0)
self.armCtrlr = wpilib.XboxController(1)
Expand Down

0 comments on commit 5301267

Please sign in to comment.