3501/stronghold-2016
2016-02-23 Kevin ZhangAdd testing stuff cindy/driveTesting
2016-02-22 Kevin ZhangChange turning to using arcade drive turning to be...
2016-02-22 Cindy Zhangcomment out necessary stuff in OI
2016-02-22 Cindy Zhangmoved some commands to autoninit
2016-02-22 Cindy Zhangadd commands for testing drive in teleopinit
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[
2016-02-16 Meryem Esaadd comments for PassRampart
2016-02-16 Meryem Esaadd comments for DriveForTime
2016-02-16 Meryem Esaadd comments for PassLowBar
2016-02-16 Meryem Esaadd more comments for PassMoat command group
2016-02-16 Meryem Esaadd more comments explaining AlignToScore command group
2016-02-16 Meryem Esaadd method to calculate angle to turn after passing...
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 Meryem Esaadd constants and sequentials for position 3
2016-02-16 Meryem Esaadd constants and sequentials for position 2
2016-02-16 Meryem Esaadd constants and sequentials for position 1: low bar
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 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 Meryem Esaimplement code for PassRockWall command group
2016-02-16 Meryem Esaimplement code for PassMoat command group
2016-02-16 Meryem Esacreate and implement code for DriveForTime command
2016-02-16 Meryem Esaimplement code for PassRoughTerrain command group
2016-02-16 Meryem Esaimplement PassLowBar command group
next