make extend and retract intake arm piston methods and a command
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / auton /
2016-03-05 Meryem Esadelete commands that moved intake arm to a specific...
2016-03-03 Harel DorChange shooter to function off of two pistons, remove... harel/shooter-update
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-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 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-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 Cindy Zhangupdate command names
2016-02-16 Meryem Esamove commands/command groups to the proper packages
2016-02-16 Meryem Esachange switch statements in DefaultAutonStrategy to...
2016-02-16 Meryem Esaadd comments for PassRoughTerrain
2016-02-16 Meryem Esaadd comments for PassRampart
2016-02-16 Meryem Esaadd comments for PassLowBar
2016-02-16 Meryem Esaset up AlignToScore command group
2016-02-16 Meryem Esaadd TODO comment for passLowbar
2016-02-16 Meryem Esaimplement code for PassRoughTerrain command group
2016-02-16 Meryem Esaimplement PassLowBar command group
2016-02-16 Meryem Esaimplement code for PassRampart command group
2016-02-16 Meryem Esaimplement code for PassRockWall command group
2016-02-16 Meryem Esaimplement code for PassMoat command group
2016-02-16 Meryem Esaimplement code for PassRoughTerrain command group
2016-02-16 Meryem Esaimplement PassLowBar command group
2016-02-16 Meryem Esaimplement code for PassRampart command group
2016-02-16 Kevin ZhangChange to more descriptive names
2016-02-16 Shaina Chenadd javadoc style comment for command group
2016-02-16 Shaina Chenfill in LiftRobot command group
2016-02-15 Cindy Zhangcreate compactrobot command
2016-02-15 Cindy Zhangadd commands driveDistance and liftPortcullis to comman...
2016-02-15 Cindy Zhangcreate commandGroup passportcullis (that will use both...
2016-02-14 Kevin ZhangAdd everything all commands to specific packages