Skip to content

Commit

Permalink
small warning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Advay17 committed Oct 1, 2024
1 parent 93cd2bd commit 773b29c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import edu.wpi.first.wpilibj.TimedRobot;
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.CommandScheduler;
import edu.wpi.first.wpilibj2.command.button.CommandXboxController;

/**
* The VM is configured to automatically run this class, and to call the functions corresponding to
Expand Down
1 change: 0 additions & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import frc.robot.subsystems.Servo;
import frc.robot.subsystems.XRPDrivetrain;
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.button.CommandJoystick;
import edu.wpi.first.wpilibj2.command.button.CommandXboxController;
import edu.wpi.first.wpilibj2.command.button.Trigger;

Expand Down
1 change: 0 additions & 1 deletion src/main/java/frc/robot/commands/DriveCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

package frc.robot.commands;

import frc.robot.Robot;
import frc.robot.RobotContainer;
import frc.robot.subsystems.XRPDrivetrain;

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/frc/robot/commands/ServoCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
package frc.robot.commands;

public class ServoCommands {
//TODO: Task 6-Write commands to move the arm up, down, and to a specific preset by taking
//in one value for which preset to select.
//TODO: Task 6-Write commands to move the arm up, down, and to a specific preset by taking in an integer value for which preset to select.
//The presets are in the constants file.
}

0 comments on commit 773b29c

Please sign in to comment.