mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
add thing for later
This commit is contained in:
@@ -113,7 +113,8 @@ public class RobotContainer {
|
||||
// .whileHeld(new ShootShooter(m_robotShooter, m_robotStorage, 1));
|
||||
|
||||
new JoystickButton(getOperatorJoystick(), XboxController.A_BUTTON)
|
||||
.whileHeld(new TrackTarget(m_robotShooter));
|
||||
.whileHeld(new TrackTarget(m_robotShooter))
|
||||
//.whileHeld(new RunCommand(() -> m_robotStorage.storeAim()));
|
||||
|
||||
new JoystickButton(getOperatorJoystick(), XboxController.X_BUTTON)
|
||||
.whenPressed(new RunExtenderOutIn(m_robotIntake));
|
||||
|
||||
Reference in New Issue
Block a user