Skip to content

Commit

Permalink
Javadoc Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MarissaKoglesby committed Jan 23, 2024
1 parent 7b7b1b6 commit 5025a34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/commands/DriveFieldOriented.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import frc.robot.RobotContainer;
import frc.robot.subsystems.Drive;

/** Drives the robot in field-oriented mode. */
public class DriveFieldOriented extends Command {
private final Drive drive;

Expand Down
1 change: 1 addition & 0 deletions src/main/java/frc/robot/commands/DriveRobotOriented.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import frc.robot.RobotContainer;
import frc.robot.subsystems.Drive;

/** Drives the robot in robot-oriented mode. Default command for {@link Drive} subsystem. */
public class DriveRobotOriented extends Command {
private final Drive drive;

Expand Down
1 change: 1 addition & 0 deletions src/main/java/frc/robot/commands/EnterXMode.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import frc.robot.RobotContainer;
import frc.robot.subsystems.Drive;

/** Points the wheels toward the inside and stops the wheels from moving in any direction. */
public class EnterXMode extends Command {

private Drive drive;
Expand Down

0 comments on commit 5025a34

Please sign in to comment.