Skip to content

Commit

Permalink
javadoc DriveToCenterAuto
Browse files Browse the repository at this point in the history
  • Loading branch information
AraReighard committed Apr 22, 2024
1 parent ac08d99 commit a4d09b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/auto/DriveToAmpBlue.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// NOTE: Consider using this command inline, rather than writing a subclass. For more
// information, see:
// https://docs.wpilib.org/en/stable/docs/software/commandbased/convenience-features.html
/** Drives bot to blue amp. */
/** Auto that drives bot to blue amp. */
public class DriveToAmpBlue extends SequentialCommandGroup {

/** Creates a new DriveToAmpBlue. */
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/auto/DriveToAmpRed.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// NOTE: Consider using this command inline, rather than writing a subclass. For more
// information, see:
// https://docs.wpilib.org/en/stable/docs/software/commandbased/convenience-features.html
/** Drives bot to red amp. */
/** Auto that drives bot to red amp. */
public class DriveToAmpRed extends SequentialCommandGroup {

/** Creates a new DriveToAmpRed. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// NOTE: Consider using this command inline, rather than writing a subclass. For more
// information, see:
// https://docs.wpilib.org/en/stable/docs/software/commandbased/convenience-features.html
/** Auto that drives bot to center of field. */
public class DriveToCenterAuto extends ParallelCommandGroup {
/** Creates a new PickUpFromCenterAuto. */
public DriveToCenterAuto() {
Expand Down

0 comments on commit a4d09b8

Please sign in to comment.