refactor isUsingTimeToPassDefense to isUsingTime
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / subsystems / DriveTrain.java
2016-02-18 Meryem Esarefactor isUsingTimeToPassDefense to isUsingTime
2016-02-18 Kevin ZhangMove all constants in DeadReckoning to Auton class...
2016-02-18 Lauren Meierremove extra lidar and rename remainig lidar to 'lidar'
2016-02-17 Kevin ZhangPut drivetrain constants in Constants.java
2016-02-17 Kevin ZhangPut all sensors in sensor package and update the import...
2016-02-16 Meryem Esainstead of just one lidar, add one left and one right
2016-02-16 Kevin ZhangAdd comments to all of the driveTrain PID commands...
2016-02-16 Meryem Esaadd method to calculate angle to turn after passing...
2016-02-16 Meryem Esainstead of just one lidar, add one left and one right
2016-02-15 Kevin ZhangExplain what a setpoint is
2016-02-15 Kevin ZhangAdd comments to all of the driveTrain PID commands...
2016-02-15 Cindy Zhangadd commands to digital buttons in OI and create/edit...
2016-02-15 Kevin ZhangAdd hig/low gear changing methods and corresponding...
2016-02-15 Shaina Chenadd getter methods for gear piston values
2016-02-15 Shaina Chenadd two piston variables for shifting gears
2016-02-14 Kevin ZhangAdd pid subsystem
2016-02-13 EvanYapSwitch all methods of gyro to Robot class so DriveTrain...
2016-02-13 EvanYapMake methods to convert DegreesPerSecond to Degrees
2016-02-13 EvanYapMake convert method to get Z axis in Degrees per second...
2016-02-13 EvanYapRemake gyro methods to print out rawValue of the gyro...
2016-02-13 EvanYapChange variable name from angle to rawValue
2016-02-13 EvanYapInstantiate and run gyro method in TeleOp
2016-02-13 EvanYapMake 2 methods for gyro to getAngle and setSensitivity...
2016-02-13 EvanYapMake 2 methods for gyro to getAngle and setSensitivity...
2016-02-12 Davidfix merge conflicts
2016-02-11 Kevin ZhangAdd lidar to drivetrain
2016-02-11 Kevin ZhangDelete PID stuff that somehow got into master
2016-02-05 Your Nameadd and configure talons, PID controllers, and encoders
2016-01-23 Kevin ZhangFix diverging conflicts, not sure how this happened...
2016-01-21 Kevin ZhangAdd descriptive comments to the Drivetrain
2016-01-21 Your NameAdd certain newlines and comments to make methods more...
2016-01-21 Kevin ZhangAdd TODOs for dev to add certain commments and change...
2016-01-21 Your NameAdd Encoders to drivetrain and related methods for...
2015-12-31 Kevin ZhangAdd code base