fix bugs
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / subsystems / DriveTrain.java
2017-01-28 Cindy Zhangfix bugs
2017-01-28 Cindy Zhangfinish transferring code
2017-01-20 Cindy Zhangremove CANTalon getter methods
2017-01-17 Cindy Zhangchange encoder getter distance method names to reflect...
2017-01-17 Cindy Zhangfix encoder instantiation
2017-01-17 Cindy Zhangmove inches per pulse constant from constants.java...
2017-01-14 Meryem Esatesting TimeDrive
2017-01-14 Meryem Esafix setMotorVal method in DriveTrain to not use robotDrive
2017-01-14 Rohan RodriguesAdd branch for robot auton command group 1
2017-01-14 Cindy Zhangchange variables 'left' and 'right' that store joystick...
2017-01-14 Cindy Zhangimport CANTalon from ctre instead of wpilib libraries
2017-01-14 daniel watsonfixup whitespace
2017-01-11 Meryem Esaadd drive methods in drivetrain subsytem
2017-01-11 Meryem Esaadd getter/setter methods and constants for encoder
2017-01-11 Meryem Esaadd setMotorSpeeds method to DriveTrain subsystem
2017-01-08 Cindy Zhangimport CANTalon from ctre instead of wpilib libraries
2016-12-30 Cindy Zhangimplement singleton design pattern
2015-12-31 Kevin ZhangAdd code base