Skip to content

Commit

Permalink
Disable kicker wheel for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GearBoxFox committed Feb 3, 2024
1 parent 8e54bf1 commit e76037d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void setIntakePower(double power) {
public void runShooterVelocity() {
m_io.setLeftVelocityRpm(m_leftSetpoint.get());
m_io.setRightVelocityRpm(m_rightSetpoint.get());
// m_io.setKickerVoltage(9.0);
}

public Command setShooterPowerFactory(double left, double right) {
Expand Down

0 comments on commit e76037d

Please sign in to comment.