mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
smart dashboard prints (may need more)
This commit is contained in:
@@ -88,7 +88,7 @@ public class RobotContainer {
|
||||
|
||||
private Command toggleClaw = new InstantCommand(() -> m_robotClaw.toggle(), m_robotClaw);
|
||||
|
||||
private boolean readyForPlacement = false;
|
||||
public boolean readyForPlacement = false;
|
||||
private Boolean isPole = null;
|
||||
|
||||
private SequentialCommandGroup alignToPole =
|
||||
|
||||
Reference in New Issue
Block a user