Skip to content

Commit 512f7f3

Browse files
committed
add Line90DegreeTurn
1 parent fbc0b2b commit 512f7f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing

TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/Tuning.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public Tuning() {
7777
p.add("Line", Line::new);
7878
p.add("Triangle", Triangle::new);
7979
p.add("Circle", Circle::new);
80+
p.add("Line90DegreeTurn", Line90DegreeTurn::new);
8081
});
8182
});
8283
}

0 commit comments

Comments
 (0)