mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 08:48:01 -06:00
Fix the thing
and that other thing
This commit is contained in:
@@ -83,7 +83,7 @@ public class Shooter extends SubsystemBase {
|
||||
velP = 0.1;
|
||||
}
|
||||
double runSpeed = velP*(1-velP);
|
||||
System.err.println(runSpeed);
|
||||
//System.err.println(runSpeed);
|
||||
m_shooterFalcon.set(TalonFXControlMode.PercentOutput, runSpeed/*ShooterConstants.ENCODER_TICKS_PER_REV/600*/);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user