Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit c9ceaa3

Browse files
committed
Delete example command and subsystem
1 parent 31465eb commit c9ceaa3

4 files changed

Lines changed: 0 additions & 65 deletions

File tree

Robot2018/src/org/usfirst/frc/team199/Robot2018/OI.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import 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.

Robot2018/src/org/usfirst/frc/team199/Robot2018/Robot.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
import edu.wpi.first.wpilibj.smartdashboard.SendableChooser;
99
import 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
@@ -20,7 +17,6 @@
2017
*/
2118
public 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
}

Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/ExampleCommand.java

Lines changed: 0 additions & 42 deletions
This file was deleted.

Robot2018/src/org/usfirst/frc/team199/Robot2018/subsystems/ExampleSubsystem.java

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)