implement tank drive and toggle winch
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / subsystems / DriveTrain.java
2017-03-19 Cindy Zhangimplement tank drive and toggle winch
2017-03-16 Cindy Zhangcompetition fixes cindy/competition
2017-03-12 Cindy Zhangcompetition fixes
2017-03-10 Cindy Zhangadd necessary commands/buttons
2017-02-25 Cindy Zhangcode review changes and add code for braking cantalons
2017-02-21 Cindy Zhangcode review changes
2017-02-20 Cindy Zhangedit pid and limit motor values
2017-02-18 Cindy Zhangchange solenoids and shooting speeds
2017-02-14 Cindy Zhangfill in intake and gear-shift ports, edit pistons
2017-02-11 AyushNigadetweak auton middle gear command group ayush/auton
2017-02-10 Cindy Zhangfix bugs
2017-02-10 Cindy Zhangimplement ToggleWinch command
2017-02-10 Rohan RodriguesAdd command group for ToggleWinch
2017-02-10 Rohan RodriguesAdd JoystickButton objects and constants for Drivetrain...
2017-02-04 Cindy Zhangchange some names
2017-02-04 Cindy Zhangadd timeToClimbFor constant
2017-02-04 Shivani GhantaFinish implementing MaintainClimbedPosition
2017-02-03 Arunima DIvyachange gear piston variable names michael/PIDCode
2017-02-03 Arunima DIvyaFix conflicts from rebase
2017-02-03 Arunima DIvyaWrote method to get rightGearPistonValue
2017-02-03 Arunima DIvyaChange gear getter method
2017-02-03 Arunima DIvyaFix rebase conflicts, by delete shifter instance
2017-02-03 Arunima DIvyaCreate constants for gear piston in drivetrain
2017-02-03 Cindy Zhangfix bugs
2017-02-03 Cindy Zhangfinish transferring code
2017-02-03 Arunima DIvyaCreate constants for gear piston in drivetrain
2017-02-03 Arunima DIvyacreate shifter instance
2017-02-01 Cindy Zhangfix bugs for TurnForAngle and tune constants
2017-01-31 Cindy Zhangchange gyro from old imu to new adx imu
2017-01-28 Cindy Zhangfinish implement driveDistance and TurnForAngle using... LEDs
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