driver practice changes
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / subsystems /
2017-03-09 Cindy Zhangdriver practice changes
2017-02-25 Cindy Zhangfix indexing piston code
2017-02-25 Rohan RodriguesAdd getters/setters for the pistons
2017-02-25 Cindy Zhangcode review changes and add code for braking cantalons
2017-02-21 Cindy Zhangcode review changes
2017-02-21 Cindy Zhangcode review changes
2017-02-21 Cindy Zhangshooter code review changes
2017-02-20 Cindy Zhangimplement shooter pid
2017-02-20 Cindy Zhangedit pid and limit motor values
2017-02-19 Nadia AneesImplement getter and setter methods for current shootin... Nadia/flywheel
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 Zhangadd second motor controller for shooter
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-07 shainachenAdd Hall Effect Sensor code to test sensor
2017-02-04 Christopher Zhumodify RunFlyWheel and RunFlyWheelContinuous commands
2017-02-04 Christopher Zhumake code for pid fly wheel control
2017-02-04 Cindy Zhangchange some names
2017-02-04 Cindy Zhangadd timeToClimbFor constant
2017-02-04 Shivani GhantaFinish implementing MaintainClimbedPosition
2017-02-04 Cindy Zhangmove setmotorvalues to execute and set wheels to consta...
2017-02-04 Nadia AneesI wrote code for incrreasing and decreasing shooting...
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-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