mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
no auto align on robot shoot yet
This commit is contained in:
@@ -125,7 +125,7 @@ public class RobotContainer {
|
|||||||
|
|
||||||
private Command RobotShoot = new SequentialCommandGroup(
|
private Command RobotShoot = new SequentialCommandGroup(
|
||||||
// TEST NEW AUTO ALIGN
|
// TEST NEW AUTO ALIGN
|
||||||
new AutoAlign(m_robotSwerveDrive, m_vision, new Pose2d(FieldPositions.HUB_POSITION, new Rotation2d(0)), false),
|
//new AutoAlign(m_robotSwerveDrive, m_vision, new Pose2d(FieldPositions.HUB_POSITION, new Rotation2d(0)), false),
|
||||||
new InstantCommand(()-> m_robotShooter.setShooterShoot(), m_robotShooter),
|
new InstantCommand(()-> m_robotShooter.setShooterShoot(), m_robotShooter),
|
||||||
new InstantCommand(()-> m_robotShooter.setShooterReady(), m_robotShooter),
|
new InstantCommand(()-> m_robotShooter.setShooterReady(), m_robotShooter),
|
||||||
new WaitCommand(3),
|
new WaitCommand(3),
|
||||||
|
|||||||
Reference in New Issue
Block a user