implement code for PassMoat command group
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands /
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
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-16 Shaina Chenadd timeout variable
2016-02-15 Kevin ZhangAdd comments to all of the driveTrain PID commands...
2016-02-15 Kevin ZhangResurrect dead commits deletd by merge conflict with...
2016-02-15 Kevin ZhangFix formatting and stuff
2016-02-15 Cindy Zhangadd commands to digital buttons in OI and create/edit...
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-15 Meryem Esacall end in interrupted
2016-02-15 Meryem Esachange code that used setMotorSpeeds method to drive...
2016-02-15 Meryem Esachange code that used setMotorSpeeds method to drive...
2016-02-15 Meryem Esastreamline isFinished
2016-02-15 Meryem Esaadd TODO comment
2016-02-15 Meryem Esacreate dead-reckoning class in Constants.java
2016-02-15 Meryem Esaoverload constructor
2016-02-15 Meryem Esaadd code to stop motors in end()
2016-02-15 Meryem Esamove code in execute() to initilize()
2016-02-15 Meryem Esaadd description, pre and post condition comments
2016-02-15 Meryem Esafill in execute() and isFinished()
2016-02-15 Meryem Esaactually make and initialize fields
2016-02-15 Meryem Esamake and initilize fields
2016-02-15 Meryem Esawrite pseudo code
2016-02-15 Kevin ZhangDelete residual files from merge commits?
2016-02-15 Kevin Zhangadd end() in interrupted in scaler methods and make...
2016-02-15 Kevin ZhangDelete unused methods and correct logic errors
2016-02-15 Kevin ZhangCorrect methods in scaler and edit runwinchcontinuous
2016-02-15 Lauren Meieradd stopWinch() method to Scaler to use in RunWinchCont...
2016-02-15 Lauren Meierrename SetWinchSpeed to RunWinchContinuous and add...
2016-02-15 Lauren Meierchange author to Lauren
2016-02-15 Lauren Meierremove unnecessary code that double checks speed input...
2016-02-15 Lauren Meieradd require method
2016-02-15 Lauren Meierupdate code to understanding of command purposes
2016-02-15 Lauren Meieradd commands to run winches continuously
2016-02-15 Kevin Zhangturnforangle got lost so readded
2016-02-14 Kevin ZhangAdd pid subsystem
2016-02-14 Kevin ZhangAdd PID subsystem
2016-02-14 Kevin ZhangAdd everything all commands to specific packages
2016-02-13 Lauren Meieradd precondition and Timeout to Expel and Intake commands
2016-02-13 Lauren Meierrename filed from Toggle to Continuous
2016-02-13 Lauren Meiermove comments below import statements
2016-02-13 Lauren Meieradd javadoc style comments to ToggleBall commands
2016-02-13 Lauren Meieradd javadoc style comments to ExpellBall and IntakeBall...
2016-02-13 Lauren Meierfix logic in ToggleBall commands to stop constant on...
2016-02-13 niyatisriramAdd comments to call commands with whileHeld in oi
2016-02-13 niyatisriramadd method calls to stop rollers
2016-02-13 Lauren Meieradd require statements
2016-02-13 Lauren Meierdelete files because not needed with task requirements...
2016-02-13 Lauren Meieradd commands to move intakeArm
2016-02-13 niyatisriramFinish IntakeBall command
2016-02-13 Lauren Meierwrite ExpellBall code using photogate tests
2016-02-13 Lauren Meieradd new expel and intake commands
2016-02-13 Lauren Meierfix method name to match command
2016-02-13 niyatisriramCorrect ToggleBallRollerIntake command and remove unnec...
2016-02-13 niyatisriramAdd to ToggleBallRollerIntake command
2016-02-13 Lauren Meieradd methods and constants to stop/start rollers
2016-02-13 Lauren Meieradd commands to control intake of boulders
2016-02-12 Davidfix merge conflicts
2016-02-12 Shivani OghantaFix bug so that the sensitivity threshold worked correctly
2016-02-12 Shivani OghantaAdd command MoveIntakeArmToAngle
2016-02-12 Shivani Oghantadelete MoveIntakeArmToHeight
2016-02-12 Shivani OghantaAdd MoveIntakeArmUp
2016-02-12 Shivani OghantaDelete MoveIntakeArmToHeight and created MoveIntakeArmT...
2016-02-12 Shivani OghantaAdd MoveIntakeArmToBallIntakeHeight
2016-02-12 Shivani OghantaAdd getArmHeight to MoveIntakeArmToBallIntakeHeight
2016-02-12 Shivani OghantaFill out MoveIntakeArmToBallIntakeHeight command
2016-02-12 Shivani OghantaCreate a zeroangle constant for intake arm
2016-02-12 Shivani OghantaRename MoveIntakeArm to MoveIntakeArmToAngle
2016-02-12 Shivani Oghantafill MoveIntakeArm command
2016-02-12 Shivani Ghantafix Robot.java bug: intantiate IntakeArm subsystem...
2016-02-12 Shaina Chenchange arm and hand angle input variables to constants
2016-02-12 Shaina Chenadd javadoc style comment for class
2016-02-12 Shaina Chenadd javadoc style comment for class
2016-02-12 Shaina Chenadd javadoc style comment for class
2016-02-12 Shaina Chenadd javadoc style for class and change isFinished to...
2016-02-12 Shaina Chenadd javadoc style for class and change isFinished to...
2016-02-12 Shaina Chenadd javadoc style comment for class
2016-02-12 Shaina Chenadd javadoc style comment for class
2016-02-12 Shaina Chenchange isFinished to return true instead of false
2016-02-12 Shaina Chenchange isFinished to return true instead of false
2016-02-12 Shaina Chendelete setHandToLevel command
2016-02-12 Shaina Chencreate and fill in setHandToAngle command and change...
2016-02-12 Shaina Chenchange name of command to SetArmToAngle
2016-02-11 Shaina Chenchange variable name to match new variable names in...
2016-02-11 Shaina Chenchange command to moving to level instead of target...
2016-02-11 Shaina Chenchange input variable from targetPosition to level
2016-02-11 Shaina Chenrename commands to set to level instead of angle
2016-02-11 Shaina Chendelete moveDefenseArmUp command
next