mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
file change
This commit is contained in:
@@ -62,7 +62,6 @@ import edu.wpi.first.wpilibj2.command.SequentialCommandGroup;
|
|||||||
import edu.wpi.first.wpilibj2.command.button.JoystickButton;
|
import edu.wpi.first.wpilibj2.command.button.JoystickButton;
|
||||||
import frc4388.robot.Constants.*;
|
import frc4388.robot.Constants.*;
|
||||||
import frc4388.robot.subsystems.Claws;
|
import frc4388.robot.subsystems.Claws;
|
||||||
import frc4388.robot.commands.RunClaw;
|
|
||||||
import frc4388.robot.subsystems.ClimberRewrite;
|
import frc4388.robot.subsystems.ClimberRewrite;
|
||||||
import frc4388.robot.subsystems.Claws.ClawType;
|
import frc4388.robot.subsystems.Claws.ClawType;
|
||||||
import frc4388.robot.Constants.OIConstants;
|
import frc4388.robot.Constants.OIConstants;
|
||||||
@@ -70,6 +69,7 @@ import frc4388.robot.Constants.ShooterConstants;
|
|||||||
import frc4388.robot.Constants.StorageConstants;
|
import frc4388.robot.Constants.StorageConstants;
|
||||||
import frc4388.robot.Constants.SwerveDriveConstants;
|
import frc4388.robot.Constants.SwerveDriveConstants;
|
||||||
import frc4388.robot.commands.ButtonBoxCommands.RunMiddleSwitch;
|
import frc4388.robot.commands.ButtonBoxCommands.RunMiddleSwitch;
|
||||||
|
import frc4388.robot.commands.ClimberCommands.RunClaw;
|
||||||
// import frc4388.robot.commands.ButtonBoxCommands.TurretManual;
|
// import frc4388.robot.commands.ButtonBoxCommands.TurretManual;
|
||||||
import frc4388.robot.commands.ExtenderIntakeCommands.ExtenderIntakeGroup;
|
import frc4388.robot.commands.ExtenderIntakeCommands.ExtenderIntakeGroup;
|
||||||
import frc4388.robot.commands.ShooterCommands.AimToCenter;
|
import frc4388.robot.commands.ShooterCommands.AimToCenter;
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// Open Source Software; you can modify and/or share it under the terms of
|
// Open Source Software; you can modify and/or share it under the terms of
|
||||||
// the WPILib BSD license file in the root directory of this project.
|
// the WPILib BSD license file in the root directory of this project.
|
||||||
|
|
||||||
package frc4388.robot.commands;
|
package frc4388.robot.commands.ClimberCommands;
|
||||||
|
|
||||||
import edu.wpi.first.wpilibj2.command.CommandBase;
|
import edu.wpi.first.wpilibj2.command.CommandBase;
|
||||||
import frc4388.robot.Constants.ClawConstants;
|
import frc4388.robot.Constants.ClawConstants;
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// Open Source Software; you can modify and/or share it under the terms of
|
// Open Source Software; you can modify and/or share it under the terms of
|
||||||
// the WPILib BSD license file in the root directory of this project.
|
// the WPILib BSD license file in the root directory of this project.
|
||||||
|
|
||||||
package frc4388.robot.commands.climber;
|
package frc4388.robot.commands.ClimberCommands;
|
||||||
|
|
||||||
import org.opencv.core.Point;
|
import org.opencv.core.Point;
|
||||||
|
|
||||||
Reference in New Issue
Block a user