Skip to content

Commit

Permalink
Sets the correct drive perspective
Browse files Browse the repository at this point in the history
  • Loading branch information
AraReighard committed Mar 20, 2024
1 parent e1903d1 commit 9b10409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public SetDrivePerspectiveFieldOriented() {
// Called when the command is initially scheduled.
@Override
public void initialize() {
drive.setDefaultCommand(RobotContainer.driveRobotOriented);
drive.setDefaultCommand(RobotContainer.driveFieldOriented);
}

// Called every time the scheduler runs while the command is scheduled.
Expand Down

0 comments on commit 9b10409

Please sign in to comment.