Wrote method to get rightGearPistonValue
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / subsystems /
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-26 Arunima DIvyawrite reverse intake method
2017-01-26 Shivani GhantaDelete StopWinch and Climber subsystem, edit javadoc...
2017-01-26 Shivani Ghantaadd Motor value in constants
2017-01-26 Arunima DIvyaadd reverse speed constant and three methods: runIntake...
2017-01-26 Arunima DIvyaAdd JavaDoc coments
2017-01-26 Arunima DIvyaAdd JavaDoc comments
2017-01-26 Arunima DIvyaDelete speed variable, initialize intakeWheel, delete...
2017-01-26 Arunima DIvyaCreate constant intake speed variable
2017-01-26 Arunima DIvyaAdd Intake subsystem, filled in methods for Intake...
2017-01-26 Cindy Zhangdelete autogenerated files
2017-01-25 Shivani GhantaDelete StopWinch and Climber subsystem, edit javadoc...
2017-01-25 Shivani Ghantaadd Motor value in constants
2017-01-25 Shivani GhantaEdit comments
2017-01-25 Shivani GhantaSet Button Value
2017-01-25 Shivani GhantaChange SetMotorValue
2017-01-25 shainachenDelete unneeded methods in Shooter
2017-01-21 Shivani GhantaDelete autogenerated files
2017-01-21 Shivani GhantaDelete StopWinch and Climber subsystem, edit javadoc...
2017-01-21 Shivani Ghantaadd Motor value in constants
2017-01-21 Shivani GhantaEdit comments
2017-01-21 Shivani GhantaSet Button Value
2017-01-21 Shivani GhantaChange SetMotorValue
2017-01-21 shainachenDelete methods in Shooter subsystem, add shooter getter...
2017-01-20 Cindy Zhangremove CANTalon getter methods
2017-01-19 Cindy Zhangimplement singleton pattern for climber and shooter...
2017-01-18 Meetaadd intake subsystem class
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 shainachenCreate command package for shooter and create skeleton...
2017-01-14 shainachenAdd javadoc comments for Shooter skeleton methods
2017-01-14 shainachenAdd command skeletons for Shooter
2017-01-14 shainachenAdd command skeletons for Shooter
2017-01-14 Rohan RodriguesAdd branch for robot auton command group 1
2017-01-14 Shivani GhantaChange javadoc comment
2017-01-14 Shivani GhantaAdd commands for Climber and Climber subsystem
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