Skip to content

Commit

Permalink
FinishedRomi
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmedBot22 committed Dec 14, 2023
1 parent 111a3fa commit bec7df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/AutonomousDistance.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class AutonomousDistance extends SequentialCommandGroup {
*/
public AutonomousDistance(Drivetrain drivetrain) {
addCommands(
new DriveDistance(-0.5, 10, drivetrain),
new DriveDistance(-0.6, 12, drivetrain),
new TurnDegrees(-0.5, 180, drivetrain),
new DriveDistance(-0.5, 10, drivetrain),
new TurnDegrees(0.5, 180, drivetrain));
Expand Down

0 comments on commit bec7df0

Please sign in to comment.