code review changes
authorCindy Zhang <cindyzyx9@gmail.com>
Tue, 21 Feb 2017 23:29:43 +0000 (15:29 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Tue, 21 Feb 2017 23:29:43 +0000 (15:29 -0800)
commitb70398a7d5ac5f4ce64156d84227ccb4828c0615
treedd870268c6bb33be34d1f49407590c6825b55299
parent7ba6bc91b8cf7205e05cdb974dc80fdd668ebe59
code review changes
src/org/usfirst/frc/team3501/robot/Robot.java
src/org/usfirst/frc/team3501/robot/commandgroups/AutonHopperShoot.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commandgroups/AutonShoot.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commandgroups/Shoot.java
src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java
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