3501/stronghold-2016
2016-03-28 Harel DorAuton changes, and more camera testing (aka plz work) harel/sacramento
2016-03-25 Harel Dorauton tweaks
2016-03-25 Harel DorModify auton to ramp up in speed
2016-03-25 Harel DorRemove sendable choosers, fix joystick driving bug...
2016-03-25 Harel DorAdd camera, change to arcade drive, front chooser only...
2016-03-15 Harel DorSwitch left and right side of robot, remove capability...
2016-03-13 Harel DorAuton updates
2016-03-13 Harel DorDrivetrain/auton changes
2016-03-12 Harel DorFix gear ports, swap low/high trigger
2016-03-12 Harel DorSwap left and right, add option to do nothing in auton
2016-03-12 Harel DorTiny beautification, no functional change
2016-03-12 Harel DorAdd rudimentary auton strategies based on timing
2016-03-11 Harel DorModerately streamline imports of constants
2016-03-11 Harel DorRevive old auton selection code
2016-03-10 Harel DorFinally got this code reviewed, bugfixes
2016-03-10 Harel DorMore competition updates, intake speed and joystick...
2016-03-10 Harel Dorbugfixes
2016-03-10 Harel DorModify code to allow switching of joystick drive type...
2016-03-10 Harel DorUpdate ports to competition setup, minor bugfixes
2016-03-10 Harel DorFix instatiation bug by creating OI after the subsystem...
2016-03-06 Harel DorMore port fixes
2016-03-06 Harel DorFix ports for first test
2016-03-05 Harel DorRemove more unused code
2016-03-05 Harel DorPurge code of all unused fields/classes. Only testing...
2016-03-05 Harel DorRecode everything for new robot harel/drive-testing
2016-03-05 Meryem Esamake extend and retract intake arm piston methods and... master meryem/updateIntakeArm
2016-03-05 Meryem Esadelete commands that moved intake arm to a specific...
2016-03-05 Meryem Esadelete anything to do with pots and motors in IntakeArm...
2016-03-03 Harel DorChange shooter to function off of two pistons, remove... harel/shooter-update
2016-02-22 Kevin ZhangCorrect ports
2016-02-18 Meryem Esamake a default intake arm speed constant align-intake-testing danny/test-new-branch
2016-02-18 Meryem Esaimplement MoveIntakeArmToLevel command group
2016-02-18 Meryem Esaadd a min speed for the arm in move arm to angle command
2016-02-18 Yamini Adusumellichange lidar ports
2016-02-18 Kevin ZhangFix syntax errors in master got in the last merge
2016-02-18 Meryem Esaadd TODO comment for testing WaitCommand
2016-02-18 Meryem Esachange isUsingTime to final and delete the method that...
2016-02-18 Meryem Esachange all the pass defense constants to finals
2016-02-18 Meryem Esarefactor isUsingTimeToPassDefense to isUsingTime
2016-02-18 Kevin ZhangMove all constants in DeadReckoning to Auton class...
2016-02-18 Kevin Zhangadd constants same format as meryem did to constants...
2016-02-18 Cindy Zhangundo applying default speed in runShooter, instead...
2016-02-18 Cindy Zhangadd default speed for shooter in constants, and apply...
2016-02-18 Lauren Meierremove extra lidar and rename remainig lidar to 'lidar'
2016-02-18 Kevin Zhangdelete unused files
2016-02-17 Kevin ZhangPut drivetrain constants in Constants.java
2016-02-17 Meryem Esadelete auto generated comments in auton package
2016-02-17 niyatisriramFix merge conflicts
2016-02-17 Kevin Zhangfix errors
2016-02-17 niyatisriramAllow use of photogate as an option in shoot.java comma...
2016-02-17 Kevin Zhangadd niyati.org
2016-02-17 niyatisriramFinish command group for shooter
2016-02-17 niyatisriramMake 2 new classes, ExtendPunch and RetractPunch in...
2016-02-17 niyatisriramFix intake/expel ball methods by calling shooter subsys...
2016-02-17 niyatisriramInitialize photogate in shooter subsystem
2016-02-17 niyatisriramchange value of threshold in photogate class
2016-02-17 Kevin Zhanguse lower hood instead of close hood
2016-02-17 Cindy Zhangadd command to close hood on Compactrobot, and implemen...
2016-02-17 Cindy Zhangadd command to move intake arm out in Compact Robot...
2016-02-17 niyatisriramfixed merge conflict in Robot.java
2016-02-17 Kevin ZhangMerge branch 'cindy/secondHood'
2016-02-17 Cindy Zhangadd second piston that controls hood to isHoodDown...
2016-02-17 Cindy Zhangadd second piston that controls hood, and change open...
2016-02-17 Kevin ZhangDelete gyro stuff in robot it's already in drivetrain
2016-02-17 niyatisriramInitialize photogate in shooter subsystem
2016-02-17 Kevin ZhangAccess constants instead of Value
2016-02-17 Cindy Zhangadd isHoodDown boolean method
2016-02-17 Cindy Zhangdelete angleAdjuster(cantalon), add hood(double solenoi...
2016-02-17 niyatisriramchange value of threshold in photogate class
2016-02-17 Kevin ZhangPut all sensors in sensor package and update the import...
2016-02-17 Kevin ZhangAdd comment explain get Shooter Speed()
2016-02-17 Shaina Chencreate and fill getShooterSpeed
2016-02-16 Meryem Esachange angle contstants to use potValues array
2016-02-16 Meryem Esaimplement PushDownChevalDeFrise command group
2016-02-16 Meryem Esawrite pre/post conditions comments and pseudo code
2016-02-16 Meryem Esarewrite MoveIntakeArmToAngle to calculate speed based...
2016-02-16 Kevin ZhangDelete unused commands
2016-02-16 Cindy Zhangchange isDeadReckonging, which is misleading, to isUsin...
2016-02-16 Cindy Zhangadd dead reckoning time, spd, distance to pass defense...
2016-02-16 Cindy Zhangundo previous commit
2016-02-16 Cindy Zhangseparated each pass defense command (purely driving...
2016-02-16 Cindy Zhangfix command names and get rid of unused stuff
2016-02-16 Meryem Esainstead of just one lidar, add one left and one right
2016-02-16 Meryem Esaget rid of lidar variables and code that conflicted...
2016-02-16 Meryem Esaadd skeleton code for calculating angle to turn for...
2016-02-16 Kevin ZhangAdd comments to all of the driveTrain PID commands...
2016-02-16 EvanYapInstantiate lidar objcet in Shooter class
2016-02-16 Cindy Zhangupdate command names
2016-02-16 Meryem Esamove commands/command groups to the proper packages
2016-02-16 Meryem Esachange switch statements in Robot.java to if else chain
2016-02-16 Meryem Esachange position 5 to shoot in middle goal
2016-02-16 Meryem Esaadd some of the constants for AlignToScore
2016-02-16 Meryem Esachange switch statements in DefaultAutonStrategy to...
2016-02-16 Meryem Esachange switch statements in AlignToScore to an if else...
2016-02-16 Cindy Zhangchange method calculateAngleToTurn to lidarCalculateAng...
2016-02-16 Yamini Adusumellichange BEG_SPEED variable in addSequential to END_SPEED
2016-02-16 Cindy Zhangadd methods that return how far arm is sticking out...
2016-02-16 Meryem Esafix misc. comments
2016-02-16 Meryem Esaadd comments for PassRoughTerrain
2016-02-16 Meryem Esaadd comments for PassRockWall[
next