Skip to content

Commit

Permalink
stuff happened
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelx0281 committed Nov 20, 2024
1 parent 897db30 commit ebb7505
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/sciborgs1155/robot/drive/TalonModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ public TalonModule(int drivePort, int turnPort, Rotation2d angularOffset, String
driveMotor.getConfigurator().apply(talonDriveConfig);
turnMotor.getConfigurator().apply(talonTurnConfig);

register(turnMotor);
register(driveMotor);

TalonUtils.addMotor(driveMotor);
TalonUtils.addMotor(turnMotor);

Expand Down

0 comments on commit ebb7505

Please sign in to comment.