mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
Intake Finished
This commit is contained in:
@@ -179,7 +179,8 @@ public class RobotContainer {
|
||||
.whileTrue(new RunCommand(
|
||||
() -> {
|
||||
m_robotSwerveDrive.driveIntake(
|
||||
getDeadbandedDriverController().getLeft()
|
||||
getDeadbandedDriverController().getLeft(),
|
||||
false
|
||||
);
|
||||
}, m_robotSwerveDrive))
|
||||
.onFalse(new InstantCommand(() -> m_robotSwerveDrive.softStop(), m_robotSwerveDrive));
|
||||
|
||||
Reference in New Issue
Block a user