FRC-1799 / 2023-Competion-Bot-Code

This is the Code for the 2023 season robot
Other
0 stars 0 forks source link

Pretty auto commands #26

Closed bakedPotatoLord closed 1 year ago

bakedPotatoLord commented 1 year ago

no breaking changes here. just cleaning up weirdly written code

This pull request updates the AutonomousGrab.java file to provide clearer and more concise code. Specifically, the pseudo code comments have been removed, and the commands have been reorganized into a more logical sequence.

The new version of the AutonomousGrab class includes the following changes:

These changes should make the AutonomousGrab class easier to read and understand, as well as improve its functionality during the autonomous period of a competition.