Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Removed wrist (#14)
Browse files Browse the repository at this point in the history
fixes #13
  • Loading branch information
doinkythederp authored Dec 4, 2024
2 parents 8b0d0ce + 37fdbaa commit bd72375
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 118 deletions.
1 change: 0 additions & 1 deletion src/main/kotlin/com/frcteam3636/frc2024/CAN.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ enum class CTREMotorControllerId(val num: Int, val bus: String) {
FrontRightDrivingMotor(4, "*"),
RightArmMotor(10, "*"),
LeftArmMotor(11, "*"),
WristMotor(12, "*"),
}

fun TalonFX(id: CTREMotorControllerId) = TalonFX(id.num, id.bus)
2 changes: 0 additions & 2 deletions src/main/kotlin/com/frcteam3636/frc2024/Robot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import com.frcteam3636.frc2024.subsystems.arm.Arm
import com.frcteam3636.frc2024.subsystems.drivetrain.Drivetrain
import com.frcteam3636.frc2024.subsystems.indexer.Indexer
import com.frcteam3636.frc2024.subsystems.intake.Intake
import com.frcteam3636.frc2024.subsystems.wrist.Wrist
import com.frcteam3636.version.BUILD_DATE
import com.frcteam3636.version.DIRTY
import com.frcteam3636.version.GIT_BRANCH
Expand Down Expand Up @@ -125,7 +124,6 @@ object Robot : LoggedRobot() {
Drivetrain.register()
Indexer.register()
Intake.register()
Wrist.register()
}

/** Expose commands for autonomous routines to use and display an auto picker in Shuffleboard. */
Expand Down
16 changes: 0 additions & 16 deletions src/main/kotlin/com/frcteam3636/frc2024/subsystems/wrist/Wrist.kt

This file was deleted.

This file was deleted.

0 comments on commit bd72375

Please sign in to comment.