You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.
I think we just need to generate one autonomous that is configured based on Shuffleboard Settings.
new WaitCommand(/*Time to wait before shooting*/)
.andThen(/*Command to target and shoot or do nothing*/)
.andThen(new WaitCommand(/*Time to wait after shooting*/))
.andThen(/*Command to move somewhere else or stay put*/);
The text was updated successfully, but these errors were encountered:
I think we just need to generate one autonomous that is configured based on Shuffleboard Settings.
The text was updated successfully, but these errors were encountered: