3501/stronghold-2016
7 years agostart notes on reorg, repo name and Constants.java danny/reorganization-notes
daniel watson [Wed, 28 Dec 2016 18:50:26 +0000 (10:50 -0800)]
start notes on reorg, repo name and Constants.java

8 years agomake extend and retract intake arm piston methods and a command master meryem/updateIntakeArm
Meryem Esa [Sat, 5 Mar 2016 19:54:49 +0000 (11:54 -0800)]
make extend and retract intake arm piston methods and a command

8 years agodelete commands that moved intake arm to a specific angle
Meryem Esa [Sat, 5 Mar 2016 19:20:24 +0000 (11:20 -0800)]
delete commands that moved intake arm to a specific angle

8 years agodelete anything to do with pots and motors in IntakeArm and Constants, add the left...
Meryem Esa [Sat, 5 Mar 2016 19:12:40 +0000 (11:12 -0800)]
delete anything to do with pots and motors in IntakeArm and Constants, add the left and right pistons

8 years agoChange shooter to function off of two pistons, remove punch, shooter motors, and... harel/shooter-update
Harel Dor [Thu, 3 Mar 2016 05:20:33 +0000 (21:20 -0800)]
Change shooter to function off of two pistons, remove punch, shooter motors, and hood

8 years agoCorrect ports
Kevin Zhang [Mon, 22 Feb 2016 23:59:22 +0000 (15:59 -0800)]
Correct ports

8 years agomake a default intake arm speed constant align-intake-testing danny/test-new-branch
Meryem Esa [Thu, 18 Feb 2016 23:05:38 +0000 (15:05 -0800)]
make a default intake arm speed constant

8 years agoimplement MoveIntakeArmToLevel command group
Meryem Esa [Thu, 18 Feb 2016 23:00:14 +0000 (15:00 -0800)]
implement MoveIntakeArmToLevel command group

8 years agoadd a min speed for the arm in move arm to angle command
Meryem Esa [Thu, 18 Feb 2016 00:43:17 +0000 (16:43 -0800)]
add a min speed for the arm in move arm to angle command

8 years agochange lidar ports
Yamini Adusumelli [Thu, 18 Feb 2016 23:02:11 +0000 (15:02 -0800)]
change lidar ports

8 years agoFix syntax errors in master got in the last merge
Kevin Zhang [Thu, 18 Feb 2016 22:55:41 +0000 (14:55 -0800)]
Fix syntax errors in master got in the last merge

8 years agoadd TODO comment for testing WaitCommand
Meryem Esa [Thu, 18 Feb 2016 21:57:33 +0000 (13:57 -0800)]
add TODO comment for testing WaitCommand

8 years agochange isUsingTime to final and delete the method that toggles it in drivetrain
Meryem Esa [Thu, 18 Feb 2016 21:55:21 +0000 (13:55 -0800)]
change isUsingTime to final and delete the method that toggles it in drivetrain

8 years agochange all the pass defense constants to finals
Meryem Esa [Thu, 18 Feb 2016 21:48:52 +0000 (13:48 -0800)]
change all the pass defense constants to finals

8 years agorefactor isUsingTimeToPassDefense to isUsingTime
Meryem Esa [Thu, 18 Feb 2016 00:53:57 +0000 (16:53 -0800)]
refactor isUsingTimeToPassDefense to isUsingTime

8 years agoMove all constants in DeadReckoning to Auton class because it makes more sense
Kevin Zhang [Wed, 17 Feb 2016 23:47:24 +0000 (15:47 -0800)]
Move all constants in DeadReckoning to Auton class because it makes more sense

8 years agoadd constants same format as meryem did to constants and also add time dead reckoning
Kevin Zhang [Wed, 17 Feb 2016 23:42:09 +0000 (15:42 -0800)]
add constants same format as meryem did to constants and also add time dead reckoning

8 years agoundo applying default speed in runShooter, instead added comment explaining
Cindy Zhang [Thu, 18 Feb 2016 21:02:07 +0000 (13:02 -0800)]
undo applying default speed in runShooter, instead added comment explaining

8 years agoadd default speed for shooter in constants, and apply in runShooter command
Cindy Zhang [Thu, 18 Feb 2016 20:56:29 +0000 (12:56 -0800)]
add default speed for shooter in constants, and apply in runShooter command

8 years agoremove extra lidar and rename remainig lidar to 'lidar'
Lauren Meier [Thu, 18 Feb 2016 20:44:37 +0000 (12:44 -0800)]
remove extra lidar and rename remainig lidar to 'lidar'

8 years agodelete unused files
Kevin Zhang [Thu, 18 Feb 2016 21:59:13 +0000 (13:59 -0800)]
delete unused files

8 years agoPut drivetrain constants in Constants.java
Kevin Zhang [Wed, 17 Feb 2016 23:08:40 +0000 (15:08 -0800)]
Put drivetrain constants in Constants.java

8 years agodelete auto generated comments in auton package
Meryem Esa [Wed, 17 Feb 2016 20:16:52 +0000 (12:16 -0800)]
delete auto generated comments in auton package

8 years agoFix merge conflicts
niyatisriram [Wed, 17 Feb 2016 21:01:46 +0000 (13:01 -0800)]
Fix merge conflicts

8 years agofix errors
Kevin Zhang [Wed, 17 Feb 2016 20:42:56 +0000 (12:42 -0800)]
fix errors

8 years agoAllow use of photogate as an option in shoot.java command group
niyatisriram [Wed, 17 Feb 2016 20:16:54 +0000 (12:16 -0800)]
Allow use of photogate as an option in shoot.java command group

8 years agoadd niyati.org
Kevin Zhang [Wed, 17 Feb 2016 19:50:15 +0000 (11:50 -0800)]
add niyati.org

8 years agoFinish command group for shooter
niyatisriram [Wed, 17 Feb 2016 19:36:02 +0000 (11:36 -0800)]
Finish command group for shooter

8 years agoMake 2 new classes, ExtendPunch and RetractPunch in the place of Punch
niyatisriram [Wed, 17 Feb 2016 19:32:49 +0000 (11:32 -0800)]
Make 2 new classes, ExtendPunch and RetractPunch in the place of Punch

8 years agoFix intake/expel ball methods by calling shooter subsystem instead of photogate class
niyatisriram [Wed, 17 Feb 2016 19:23:09 +0000 (11:23 -0800)]
Fix intake/expel ball methods by calling shooter subsystem instead of photogate class

8 years agoInitialize photogate in shooter subsystem
niyatisriram [Wed, 17 Feb 2016 19:03:56 +0000 (11:03 -0800)]
Initialize photogate in shooter subsystem

8 years agochange value of threshold in photogate class
niyatisriram [Wed, 17 Feb 2016 18:55:02 +0000 (10:55 -0800)]
change value of threshold in photogate class

8 years agouse lower hood instead of close hood
Kevin Zhang [Wed, 17 Feb 2016 20:19:45 +0000 (12:19 -0800)]
use lower hood instead of close hood

8 years agoadd command to close hood on Compactrobot, and implement compactRobot when scaling
Cindy Zhang [Mon, 15 Feb 2016 20:16:46 +0000 (12:16 -0800)]
add command to close hood on Compactrobot, and implement compactRobot when scaling

8 years agoadd command to move intake arm out in Compact Robot commandgroup
Cindy Zhang [Mon, 15 Feb 2016 20:09:35 +0000 (12:09 -0800)]
add command to move intake arm out in Compact Robot commandgroup

8 years agofixed merge conflict in Robot.java
niyatisriram [Wed, 17 Feb 2016 19:16:21 +0000 (11:16 -0800)]
fixed merge conflict in Robot.java

8 years agoMerge branch 'cindy/secondHood'
Kevin Zhang [Wed, 17 Feb 2016 19:11:52 +0000 (11:11 -0800)]
Merge branch 'cindy/secondHood'

8 years agoadd second piston that controls hood to isHoodDown method
Cindy Zhang [Wed, 17 Feb 2016 19:11:14 +0000 (11:11 -0800)]
add second piston that controls hood to isHoodDown method

8 years agoadd second piston that controls hood, and change open/close values in constants
Cindy Zhang [Wed, 17 Feb 2016 19:08:59 +0000 (11:08 -0800)]
add second piston that controls hood, and change open/close values in constants

8 years agoDelete gyro stuff in robot it's already in drivetrain
Kevin Zhang [Wed, 17 Feb 2016 19:06:34 +0000 (11:06 -0800)]
Delete gyro stuff in robot it's already in drivetrain

8 years agoInitialize photogate in shooter subsystem
niyatisriram [Wed, 17 Feb 2016 19:03:56 +0000 (11:03 -0800)]
Initialize photogate in shooter subsystem

8 years agoAccess constants instead of Value
Kevin Zhang [Wed, 17 Feb 2016 18:59:37 +0000 (10:59 -0800)]
Access constants instead of Value

8 years agoadd isHoodDown boolean method
Cindy Zhang [Wed, 17 Feb 2016 18:56:02 +0000 (10:56 -0800)]
add isHoodDown boolean method

8 years agodelete angleAdjuster(cantalon), add hood(double solenoid) and methods for hood
Cindy Zhang [Wed, 17 Feb 2016 18:49:53 +0000 (10:49 -0800)]
delete angleAdjuster(cantalon), add hood(double solenoid) and methods for hood

8 years agochange value of threshold in photogate class
niyatisriram [Wed, 17 Feb 2016 18:55:02 +0000 (10:55 -0800)]
change value of threshold in photogate class

8 years agoPut all sensors in sensor package and update the import paths
Kevin Zhang [Wed, 17 Feb 2016 18:44:18 +0000 (10:44 -0800)]
Put all sensors in sensor package and update the import paths

8 years agoAdd comment explain get Shooter Speed()
Kevin Zhang [Wed, 17 Feb 2016 18:37:21 +0000 (10:37 -0800)]
Add comment explain get Shooter Speed()

8 years agocreate and fill getShooterSpeed
Shaina Chen [Tue, 16 Feb 2016 20:40:56 +0000 (12:40 -0800)]
create and fill getShooterSpeed

8 years agochange angle contstants to use potValues array
Meryem Esa [Tue, 16 Feb 2016 20:58:11 +0000 (12:58 -0800)]
change angle contstants to use potValues array

8 years agoimplement PushDownChevalDeFrise command group
Meryem Esa [Tue, 16 Feb 2016 20:44:12 +0000 (12:44 -0800)]
implement PushDownChevalDeFrise command group

8 years agowrite pre/post conditions comments and pseudo code
Meryem Esa [Tue, 16 Feb 2016 19:59:35 +0000 (11:59 -0800)]
write pre/post conditions comments and pseudo code

8 years agorewrite MoveIntakeArmToAngle to calculate speed based error
Meryem Esa [Tue, 16 Feb 2016 19:33:05 +0000 (11:33 -0800)]
rewrite MoveIntakeArmToAngle to calculate speed based error

8 years agoDelete unused commands
Kevin Zhang [Tue, 16 Feb 2016 19:48:10 +0000 (11:48 -0800)]
Delete unused commands

8 years agochange isDeadReckonging, which is misleading, to isUsingTimeToPassDefense
Cindy Zhang [Tue, 16 Feb 2016 19:32:59 +0000 (11:32 -0800)]
change isDeadReckonging, which is misleading, to isUsingTimeToPassDefense

8 years agoadd dead reckoning time, spd, distance to pass defense commands and constants
Cindy Zhang [Tue, 16 Feb 2016 19:29:38 +0000 (11:29 -0800)]
add dead reckoning time, spd, distance to pass defense commands and constants

8 years agoundo previous commit
Cindy Zhang [Tue, 16 Feb 2016 18:50:57 +0000 (10:50 -0800)]
undo previous commit

8 years agoseparated each pass defense command (purely driving ones) into two, one based on...
Cindy Zhang [Tue, 16 Feb 2016 18:44:00 +0000 (10:44 -0800)]
separated each pass defense command (purely driving ones) into two, one based on distance and one based on time

8 years agofix command names and get rid of unused stuff
Cindy Zhang [Tue, 16 Feb 2016 00:01:09 +0000 (16:01 -0800)]
fix command names and get rid of unused stuff

8 years agoinstead of just one lidar, add one left and one right
Meryem Esa [Thu, 11 Feb 2016 03:37:37 +0000 (19:37 -0800)]
instead of just one lidar, add one left and one right

8 years agoget rid of lidar variables and code that conflicted with lidar variables already...
Meryem Esa [Thu, 11 Feb 2016 03:34:35 +0000 (19:34 -0800)]
get rid of lidar variables and code that conflicted with lidar variables already initiated in master

8 years agoadd skeleton code for calculating angle to turn for shooting
Meryem Esa [Thu, 11 Feb 2016 03:29:07 +0000 (19:29 -0800)]
add skeleton code for calculating angle to turn for shooting

8 years agoAdd comments to all of the driveTrain PID commands and methods to explain what is...
Kevin Zhang [Mon, 15 Feb 2016 22:11:05 +0000 (14:11 -0800)]
Add comments to all of the driveTrain PID commands and methods to explain what is going on

8 years agoInstantiate lidar objcet in Shooter class
EvanYap [Mon, 15 Feb 2016 21:34:24 +0000 (13:34 -0800)]
Instantiate lidar objcet in Shooter class

8 years agoupdate command names
Cindy Zhang [Mon, 15 Feb 2016 23:41:00 +0000 (15:41 -0800)]
update command names

8 years agomove commands/command groups to the proper packages
Meryem Esa [Mon, 15 Feb 2016 19:24:47 +0000 (11:24 -0800)]
move commands/command groups to the proper packages

8 years agochange switch statements in Robot.java to if else chain
Meryem Esa [Sun, 14 Feb 2016 18:29:42 +0000 (10:29 -0800)]
change switch statements in Robot.java to if else chain

8 years agochange position 5 to shoot in middle goal
Meryem Esa [Sun, 14 Feb 2016 01:59:40 +0000 (17:59 -0800)]
change position 5 to shoot in middle goal

8 years agoadd some of the constants for AlignToScore
Meryem Esa [Sun, 14 Feb 2016 01:54:42 +0000 (17:54 -0800)]
add some of the constants for AlignToScore

8 years agochange switch statements in DefaultAutonStrategy to an if else chain
Meryem Esa [Sat, 13 Feb 2016 19:15:38 +0000 (11:15 -0800)]
change switch statements in DefaultAutonStrategy to an if else chain

8 years agochange switch statements in AlignToScore to an if else chain
Meryem Esa [Sat, 13 Feb 2016 19:02:13 +0000 (11:02 -0800)]
change switch statements in AlignToScore to an if else chain

8 years agochange method calculateAngleToTurn to lidarCalculateAngleToTurn
Cindy Zhang [Fri, 12 Feb 2016 04:31:53 +0000 (20:31 -0800)]
change method calculateAngleToTurn to lidarCalculateAngleToTurn

8 years agochange BEG_SPEED variable in addSequential to END_SPEED
Yamini Adusumelli [Sat, 13 Feb 2016 03:10:27 +0000 (19:10 -0800)]
change BEG_SPEED variable in addSequential to END_SPEED

8 years agoadd methods that return how far arm is sticking out and how high arm is at, and const...
Cindy Zhang [Fri, 12 Feb 2016 02:31:57 +0000 (18:31 -0800)]
add methods that return how far arm is sticking out and how high arm is at, and constants that need filling in

8 years agofix misc. comments
Meryem Esa [Thu, 11 Feb 2016 04:41:54 +0000 (20:41 -0800)]
fix misc. comments

8 years agoadd comments for PassRoughTerrain
Meryem Esa [Thu, 11 Feb 2016 04:39:25 +0000 (20:39 -0800)]
add comments for PassRoughTerrain

8 years agoadd comments for PassRockWall[
Meryem Esa [Thu, 11 Feb 2016 04:38:17 +0000 (20:38 -0800)]
add comments for PassRockWall[

8 years agoadd comments for PassRampart
Meryem Esa [Thu, 11 Feb 2016 04:36:10 +0000 (20:36 -0800)]
add comments for PassRampart

8 years agoadd comments for DriveForTime
Meryem Esa [Thu, 11 Feb 2016 04:35:02 +0000 (20:35 -0800)]
add comments for DriveForTime

8 years agoadd comments for PassLowBar
Meryem Esa [Thu, 11 Feb 2016 04:32:30 +0000 (20:32 -0800)]
add comments for PassLowBar

8 years agoadd more comments for PassMoat command group
Meryem Esa [Thu, 11 Feb 2016 04:13:09 +0000 (20:13 -0800)]
add more comments for PassMoat command group

8 years agoadd more comments explaining AlignToScore command group
Meryem Esa [Thu, 11 Feb 2016 04:09:11 +0000 (20:09 -0800)]
add more comments explaining AlignToScore command group

8 years agoadd method to calculate angle to turn after passing through defense to shoot
Meryem Esa [Thu, 11 Feb 2016 03:59:02 +0000 (19:59 -0800)]
add method to calculate angle to turn after passing through defense to shoot

8 years agoinstead of just one lidar, add one left and one right
Meryem Esa [Thu, 11 Feb 2016 03:37:37 +0000 (19:37 -0800)]
instead of just one lidar, add one left and one right

8 years agoget rid of lidar variables and code that conflicted with lidar variables already...
Meryem Esa [Thu, 11 Feb 2016 03:34:35 +0000 (19:34 -0800)]
get rid of lidar variables and code that conflicted with lidar variables already initiated in master

8 years agoadd skeleton code for calculating angle to turn for shooting
Meryem Esa [Thu, 11 Feb 2016 03:29:07 +0000 (19:29 -0800)]
add skeleton code for calculating angle to turn for shooting

8 years agoadd constants and sequentials for position 3
Meryem Esa [Thu, 11 Feb 2016 03:04:52 +0000 (19:04 -0800)]
add constants and sequentials for position 3

8 years agoadd constants and sequentials for position 2
Meryem Esa [Thu, 11 Feb 2016 03:00:40 +0000 (19:00 -0800)]
add constants and sequentials for position 2

8 years agoadd constants and sequentials for position 1: low bar
Meryem Esa [Thu, 11 Feb 2016 02:57:48 +0000 (18:57 -0800)]
add constants and sequentials for position 1: low bar

8 years agoset up AlignToScore command group
Meryem Esa [Thu, 11 Feb 2016 02:38:34 +0000 (18:38 -0800)]
set up AlignToScore command group

8 years agoadd TODO comment for passLowbar
Meryem Esa [Thu, 11 Feb 2016 02:12:24 +0000 (18:12 -0800)]
add TODO comment for passLowbar

8 years agoimplement code for PassRockWall command group
Meryem Esa [Wed, 10 Feb 2016 06:01:14 +0000 (22:01 -0800)]
implement code for PassRockWall command group

8 years agoimplement code for PassMoat command group
Meryem Esa [Wed, 10 Feb 2016 05:59:45 +0000 (21:59 -0800)]
implement code for PassMoat command group

8 years agoimplement code for PassRoughTerrain command group
Meryem Esa [Wed, 10 Feb 2016 05:55:47 +0000 (21:55 -0800)]
implement code for PassRoughTerrain command group

8 years agoimplement PassLowBar command group
Meryem Esa [Wed, 10 Feb 2016 05:53:50 +0000 (21:53 -0800)]
implement PassLowBar command group

8 years agoimplement code for PassRampart command group
Meryem Esa [Wed, 10 Feb 2016 05:52:28 +0000 (21:52 -0800)]
implement code for PassRampart command group

8 years agoimplement code for PassRockWall command group
Meryem Esa [Wed, 10 Feb 2016 06:01:14 +0000 (22:01 -0800)]
implement code for PassRockWall command group

8 years agoimplement code for PassMoat command group
Meryem Esa [Wed, 10 Feb 2016 05:59:45 +0000 (21:59 -0800)]
implement code for PassMoat command group

8 years agocreate and implement code for DriveForTime command
Meryem Esa [Wed, 10 Feb 2016 05:57:38 +0000 (21:57 -0800)]
create and implement code for DriveForTime command

8 years agoimplement code for PassRoughTerrain command group
Meryem Esa [Wed, 10 Feb 2016 05:55:47 +0000 (21:55 -0800)]
implement code for PassRoughTerrain command group

8 years agoimplement PassLowBar command group
Meryem Esa [Wed, 10 Feb 2016 05:53:50 +0000 (21:53 -0800)]
implement PassLowBar command group