Skip to content

Commit

Permalink
Won DC Week 2 Day 2!
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy-Mengistie committed Mar 13, 2022
1 parent 7c9a892 commit 5cf0c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/team449/javaMaps/FullMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -600,9 +600,9 @@ public static RobotMap createRobotMap() {
.andThen(() -> drive.resetOdometry(pose(6.06, 5.13, 136.40)), drive)
.andThen(cargo::deployIntake, cargo)
.andThen(new WaitCommand(.4))
.andThen(new DriveAtSpeed<>(drive, .13, 1.5))
.andThen(new DriveAtSpeed<>(drive, .13, 2))
.andThen(new WaitCommand(.4))
.andThen(new DriveAtSpeed<>(drive, -.13, 4))
.andThen(new DriveAtSpeed<>(drive, -.13, 4.4))
.andThen(cargo::spit, cargo)
.andThen(new WaitCommand(2))
.andThen(cargo::stop, cargo)
Expand Down

0 comments on commit 5cf0c39

Please sign in to comment.