mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
GalacticSearch working
Paths need to be drawn and tested
This commit is contained in:
@@ -282,9 +282,7 @@ public class RobotContainer {
|
||||
.whenReleased(new InstantCommand(() -> m_robotLime.limeOff()));
|
||||
|
||||
new JoystickButton(m_joystick, 1)
|
||||
.whenPressed(new IdentifyPath(m_robotLime))
|
||||
.whenReleased(new InstantCommand(() -> m_robotLime.limeOff()));
|
||||
//.whileHeld(new RunCommand(() -> System.out.println("pog")));
|
||||
.whenPressed(new IdentifyPath(m_robotLime));
|
||||
}
|
||||
|
||||
public void buildAutos() {
|
||||
|
||||
Reference in New Issue
Block a user