mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 08:48:01 -06:00
Drive With Input Shooter
This commit is contained in:
@@ -117,10 +117,7 @@ public class Shooter extends SubsystemBase {
|
||||
}
|
||||
|
||||
|
||||
public void runShooterWithInput(IHandController controller) {
|
||||
m_controller = controller;
|
||||
input = m_controller.getLeftXAxis();
|
||||
System.err.println(input);
|
||||
public void runShooterWithInput(double input) {
|
||||
m_shooterRotateMotor.set(input);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user