add necessary commands/buttons
authorCindy Zhang <cindyzyx9@gmail.com>
Fri, 10 Mar 2017 21:11:06 +0000 (13:11 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Fri, 10 Mar 2017 21:11:06 +0000 (13:11 -0800)
commitfc01fb0fb74d31a0818c69d0306253deb4236c58
tree9ce7ad35ac10ac02b8f42fd8b9a9815656366818
parentcb8e86cb498c12dcf4e2b7a5916fc6f4926b77cf
add necessary commands/buttons
src/org/usfirst/frc/team3501/robot/Constants.java
src/org/usfirst/frc/team3501/robot/OI.java
src/org/usfirst/frc/team3501/robot/Robot.java
src/org/usfirst/frc/team3501/robot/commands/driving/ToggleDriveGear.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/driving/ToggleGear.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/driving/ToggleGearManipulatorPiston.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/ReverseFlyWheelContinuous.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java
src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java