This repository was archived by the owner on Sep 14, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Robot2018/src/org/usfirst/frc/team199/Robot2018 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import edu .wpi .first .wpilibj .buttons .Button ;
44
5- import org .usfirst .frc .team199 .Robot2018 .commands .ExampleCommand ;
6-
75/**
86 * This class is the glue that binds the controls on the physical operator
97 * interface to the commands and command groups that allow control of the robot.
Original file line number Diff line number Diff line change 88import edu .wpi .first .wpilibj .smartdashboard .SendableChooser ;
99import edu .wpi .first .wpilibj .smartdashboard .SmartDashboard ;
1010
11- import org .usfirst .frc .team199 .Robot2018 .commands .ExampleCommand ;
12- import org .usfirst .frc .team199 .Robot2018 .subsystems .ExampleSubsystem ;
13-
1411/**
1512 * The VM is configured to automatically run this class, and to call the
1613 * functions corresponding to each mode, as described in the IterativeRobot
2017 */
2118public class Robot extends IterativeRobot {
2219
23- public static final ExampleSubsystem exampleSubsystem = new ExampleSubsystem ();
2420 public static OI oi ;
2521
2622 Command autonomousCommand ;
@@ -33,7 +29,6 @@ public class Robot extends IterativeRobot {
3329 @ Override
3430 public void robotInit () {
3531 oi = new OI ();
36- chooser .addDefault ("Default Auto" , new ExampleCommand ());
3732 // chooser.addObject("My Auto", new MyAutoCommand());
3833 SmartDashboard .putData ("Auto mode" , chooser );
3934 }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments