added requests

non field relative, but secretly field relative rotation
Arm speeds
This commit is contained in:
Aarav
2023-03-06 16:35:20 -07:00
parent b290645b33
commit dcc43774bf
5 changed files with 66 additions and 18 deletions
@@ -42,7 +42,7 @@ public class PlaybackChooser {
nextChooser();
Shuffleboard.getTab("Auto Chooser")
.add("Add Sequence", new InstantCommand(() -> {}))
.add("Add Sequence", new InstantCommand(() -> nextChooser()))
.withPosition(4, 0);
return this;
}