update code
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Robot.java
2017-02-19 Eric Sandovalupdate code
2017-02-19 EvanYapsave in case my comp crashes
2017-02-19 Eric Sandovalupdate code
2017-02-19 Eric Sandovalremove unnecessary code from autonInit and autonPeriodi...
2017-02-19 Michael Wangfix errors
2017-02-19 EvanYapsuccessfully test if smartdashboard can read and write...
2017-02-19 EvanYapsave in case my comp crashes
2017-02-19 EvanYapuse driveTrain var instead of DriveTrain static
2017-02-19 Eric Sandovalupdate code
2017-02-19 Michael Wangadd DRIVE_ to string variables
2017-02-19 EvanYapsave in case my comp crashes
2017-02-19 EvanYapuse driveTrain var instead of DriveTrain static
2017-02-19 Eric Sandovalupdate code
2017-02-19 Eric Sandovaladd seperate pid controllers
2017-02-19 EvanYapfix up names for vars
2017-02-19 EvanYapfix?
2017-02-19 Eric Sandovalupdate code
2017-02-19 Michael Wangadd DRIVE_ to string variables
2017-02-19 EvanYapupdate robot.java with the new constants
2017-02-19 EvanYapMake SETPOINT variable get SmartDashboard's target...
2017-02-19 EvanYapset up get numbers for smart dashboard
2017-02-19 EvanYaphope fix
2017-02-19 Michael WangSmartDashboard put D_Val
2017-02-19 Michael Wanghope fix
2017-02-19 Eric Sandovalupdate code
2017-02-19 EvanYapset up get numbers for smart dashboard
2017-02-19 Michael WangSmartDashboard put D_Val
2017-02-19 Michael Wanghope fix
2017-02-19 Eric Sandovalupdate code
2017-02-19 EvanYapsave in case my comp crashes
2017-02-19 EvanYapuse driveTrain var instead of DriveTrain static
2017-02-19 Eric Sandovalupdate code
2017-02-19 EvanYapfix alot of unnecessary/not used code and init gyroCont...
2017-02-19 Michael Wangadd Setpoint and Speed values to Robot.java
2017-02-19 Eric Sandovaladd seperate pid controllers
2017-02-19 EvanYapfix up names for vars
2017-02-19 Eric Sandovalupdate code
2017-02-19 EvanYapfix up var names
2017-02-19 EvanYapfix?
2017-02-19 Eric Sandovalupdate code
2017-02-19 Michael Wangfix a few errors
2017-02-19 Michael Wangadd DRIVE_ to string variables
2017-02-19 EvanYapupdate robot.java with the new constants
2017-02-19 EvanYapupdate magic number to SPEED
2017-02-19 Michael Wangadd SPEED constant
2017-02-19 EvanYapMake SETPOINT variable get SmartDashboard's target...
2017-02-19 EvanYapset up get numbers for smart dashboard
2017-02-19 Michael Wangreplace I with P
2017-02-19 EvanYapfix to I_Val constant
2017-02-19 EvanYaphope fix
2017-02-19 Michael WangSmartDashboard put D_Val
2017-02-19 Michael Wanghope fix
2017-02-19 Eric Sandovalupdate code
2017-02-07 Cindy Zhangrun scheduler in teleop periodic:
2017-02-07 shainachenRemove Robot testing code for hall effect sensor
2017-02-07 shainachenAdd Hall Effect Sensor code to test sensor
2017-02-04 Shivani GhantaDelete timer from MaintainClimbedPosition
2017-02-03 Arunima DIvyaDelete code in autonomousInit
2017-02-03 Arunima DIvyaCheck before auton if both gears have the same value
2017-02-03 Cindy Zhangfix bugs
2017-01-28 Cindy Zhangfinish implement driveDistance and TurnForAngle using... LEDs
2017-01-28 Cindy Zhangfix bugs
2017-01-26 Arunima DIvyaDelete copies of methods, and change initialize code...
2017-01-26 Arunima DIvyaAdd intake instance and getter method for intake
2017-01-26 shainachenDelete repeat shooter methods
2017-01-26 shainachenImplement RunFLyWheel class, add motor methods to Shoot...
2017-01-26 Arunima DIvyaAdd intake instance and getter method for intake
2017-01-25 shainachenDelete repeat shooter methods
2017-01-25 shainachenAdd buttons to OI class
2017-01-25 shainachenImplement RunFLyWheel class, add motor methods to Shoot...
2017-01-21 Shivani GhantaDelete StopWinch and Climber subsystem, edit javadoc...
2017-01-21 Shivani GhantaImplement RunWinch
2017-01-19 Cindy Zhangimplement singleton pattern for climber and shooter...
2017-01-14 Meryem Esatesting TimeDrive
2017-01-08 Cindy Zhangadd private references to driveTrain and OI
2016-12-30 Cindy Zhangimplement singleton design pattern
2015-12-31 Kevin ZhangAdd code base