Put all sensors in sensor package and update the import paths
authorKevin Zhang <icestormf1@gmail.com>
Wed, 17 Feb 2016 18:44:18 +0000 (10:44 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Wed, 17 Feb 2016 18:44:18 +0000 (10:44 -0800)
commit7670b3f40e062d762b0d329f4ec36472f496ccbd
treebdd0304d55c5ecc97fc95170e11cc7eec2efbe31
parent29697d89931827a9f5cbdb50c6bee3513ef4ebba
Put all sensors in sensor package and update the import paths
src/org/usfirst/frc/team3501/robot/GyroLib.java [deleted file]
src/org/usfirst/frc/team3501/robot/Lidar.java [deleted file]
src/org/usfirst/frc/team3501/robot/Robot.java
src/org/usfirst/frc/team3501/robot/RotationTracker.java [deleted file]
src/org/usfirst/frc/team3501/robot/sensors/GyroLib.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/sensors/Lidar.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/sensors/Photogate.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/sensors/RotationTracker.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java
src/org/usfirst/frc/team3501/robot/subsystems/Photogate.java [deleted file]
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java