Skip to content

Commit

Permalink
improved code readability for opponent robots simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
catr1xLiu committed Nov 25, 2024
1 parent 0633662 commit d6ddcff
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 117 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/commands/drive/JoystickDrive.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public JoystickDrive(

super.addRequirements(driveSubsystem);
resetSensitivity();
SwerveDrive.swerveHeadingController.setHeadingRequest(new ChassisHeadingController.NullRequest());
}

@Override
Expand Down
Loading

0 comments on commit d6ddcff

Please sign in to comment.