generated from TitaniumTigers4829/4829-BaseRobotCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
51 additions
and
440 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
src/main/java/frc/robot/commands/intake/RegularIntake.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
src/main/java/frc/robot/subsystems/elevator/ElevatorConstants.java
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
src/main/java/frc/robot/subsystems/elevator/ElevatorInterface.java
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
src/main/java/frc/robot/subsystems/elevator/PhysicalElevator.java
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
src/main/java/frc/robot/subsystems/elevator/SimulatedElevator.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
src/main/java/frc/robot/subsystems/intake/IntakeConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Oops, something went wrong.