Skip to content

Commit

Permalink
remove end effector code for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitkakkar committed Jan 29, 2025
1 parent eb601a2 commit b6842d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 74 deletions.
6 changes: 0 additions & 6 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ public static class LiftHardware {
public static final int ELEVATOR_HOMING_BEAM_BREAK_PORT = 2;
}

public static class EndEffecterHardware {
public static final Spark.ID OUTTAKE_MOTOR_ID = new Spark.ID("LiftHardware/Outtake", 6);
public static final int INSIDE_END_EFFECTOR_BEAM_BREAK_PORT = 1;
public static final int OUTSIDE_END_EFFECTOR_BEAM_BREAK_PORT = 2;
}

public static class VisionHardware {
public static final String CAMERA_A_NAME = "Arducam_OV9782_USB_Camera_A";
public static final Transform3d CAMERA_A_LOCATION = new Transform3d(
Expand Down

This file was deleted.

0 comments on commit b6842d9

Please sign in to comment.