Skip to content

Commit

Permalink
Rollback SetZeroCommand bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamara committed Aug 14, 2024
1 parent ef3f0b0 commit 3e7b481
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/com/team4099/robot2023/RobotContainer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ object RobotContainer {

ControlBoard.resetGyro.whileTrue(ResetGyroYawCommand(drivetrain))

ControlBoard.setZeroes.whileTrue(SetZeroCommand(drivetrain))

ControlBoard.intake.whileTrue(superstructure.groundIntakeCommand())

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ object ControlBoard {
get() = driver.leftShoulderButton

val resetGyro = Trigger { driver.startButton && driver.selectButton }
val setZeroes = Trigger { driver.leftJoystickButton && driver.selectButton }

// sim triggers
val score = Trigger { driver.leftTriggerAxis > 0.5 }
Expand Down

0 comments on commit 3e7b481

Please sign in to comment.