Skip to content

Commit

Permalink
testing commit as peter
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Jan 15, 2025
1 parent a12c522 commit ccb86af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ private void configureBindings() {
_driverController.x().whileTrue(_swerve.brake());
_driverController.a().onTrue(_swerve.toggleFieldOriented());

System.out.println("NOTHING");

_driverController
.b()
.whileTrue(_swerve.driveTo(new Pose2d(10, 3, Rotation2d.fromDegrees(-150))));
Expand Down

0 comments on commit ccb86af

Please sign in to comment.