Skip to content

Commit

Permalink
juno's intake
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan1522 committed Jan 8, 2025
1 parent 33a86ec commit fd73d50
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 440 deletions.
35 changes: 0 additions & 35 deletions src/main/java/frc/robot/commands/intake/Outtake.java

This file was deleted.

35 changes: 0 additions & 35 deletions src/main/java/frc/robot/commands/intake/RegularIntake.java

This file was deleted.

39 changes: 0 additions & 39 deletions src/main/java/frc/robot/subsystems/elevator/Elevator.java

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/java/frc/robot/subsystems/elevator/ElevatorConstants.java

This file was deleted.

37 changes: 0 additions & 37 deletions src/main/java/frc/robot/subsystems/elevator/ElevatorInterface.java

This file was deleted.

61 changes: 0 additions & 61 deletions src/main/java/frc/robot/subsystems/elevator/PhysicalElevator.java

This file was deleted.

51 changes: 0 additions & 51 deletions src/main/java/frc/robot/subsystems/elevator/SimulatedElevator.java

This file was deleted.

29 changes: 0 additions & 29 deletions src/main/java/frc/robot/subsystems/intake/Intake.java

This file was deleted.

22 changes: 0 additions & 22 deletions src/main/java/frc/robot/subsystems/intake/IntakeConstants.java
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
package frc.robot.subsystems.intake;

// This cool file contains constants for our intake
public final class IntakeConstants {
public static final int INTAKE_MOTOR_ID = 0;
public static final int LEFT_INTAKE_PIVOT_MOTOR_ID = 62;
public static final int RIGHT_INTAKE_PIVOT_MOTOR_ID = 0 - 9;

public static final int NOTE_SENSOR_ID = 0 - 9;

public static final double INTAKE_PIVOT_GEAR_RATIO = 8.0;

public static final double INTAKE_PIVOT_OUT = 0 - 9;
public static final double INTAKE_PIVOT_IN = 0 - 9;

public static final double INTAKE_PIVOT_NEUTRAL_SPEED = 0.0;

public static final double OUTTAKE_SPEED = 0 - 9;
public static final double INTAKE_SPEED = 0.8;
public static final double INTAKE_NEUTRAL_SPEED = 0.0;
public static final double FLAPPER_SPEED = 1.0;

public static final double INTAKE_STATOR_LIMIT = 60;
public static final double INTAKE_SUPPLY_LIMIT = 40;
public static final boolean INTAKE_STATOR_ENABLE = true;
public static final boolean INTAKE_SUPPLY_ENABLE = true;
}
Loading

0 comments on commit fd73d50

Please sign in to comment.