3501/stronghold-2016
8 years agodelete moveDefenseArmUp command
Shaina Chen [Thu, 11 Feb 2016 03:56:10 +0000 (19:56 -0800)]
delete moveDefenseArmUp command

8 years agoRename commands to clarify defense arm
Shaina Chen [Thu, 11 Feb 2016 03:53:03 +0000 (19:53 -0800)]
Rename commands to clarify defense arm

8 years agofill in retractDefense commandgroup
Shaina Chen [Thu, 11 Feb 2016 02:02:33 +0000 (18:02 -0800)]
fill in retractDefense commandgroup

8 years agocreate and fill in retractDefenseArm command group
Shaina Chen [Wed, 10 Feb 2016 04:46:07 +0000 (20:46 -0800)]
create and fill in retractDefenseArm command group

8 years agofill in skeleton for setHandToAngle command
Shaina Chen [Wed, 10 Feb 2016 04:32:07 +0000 (20:32 -0800)]
fill in skeleton for setHandToAngle command

8 years agocreate setHandToAngle command and add basic command skeleton
Shaina Chen [Wed, 10 Feb 2016 04:28:55 +0000 (20:28 -0800)]
create setHandToAngle command and add basic command skeleton

8 years agocreate and fill setArmToAngle command
Shaina Chen [Wed, 10 Feb 2016 04:25:36 +0000 (20:25 -0800)]
create and fill setArmToAngle command

8 years agocreate and fill lowerWristContinuous command
Shaina Chen [Wed, 10 Feb 2016 03:38:48 +0000 (19:38 -0800)]
create and fill lowerWristContinuous command

8 years agocreate and fill raiseWristContinuous command
Shaina Chen [Wed, 10 Feb 2016 03:36:26 +0000 (19:36 -0800)]
create and fill raiseWristContinuous command

8 years agodelete comment in isFinished()
Shaina Chen [Wed, 10 Feb 2016 03:25:16 +0000 (19:25 -0800)]
delete comment in isFinished()

8 years agocreate and fill lowerArmContinuous command
Shaina Chen [Wed, 10 Feb 2016 03:24:30 +0000 (19:24 -0800)]
create and fill lowerArmContinuous command

8 years agoadd commments of confusion to isFinished()
Shaina Chen [Wed, 10 Feb 2016 03:14:40 +0000 (19:14 -0800)]
add commments of confusion to isFinished()

8 years agocreate and fill in raiseArmContinuous command
Shaina Chen [Wed, 10 Feb 2016 03:11:24 +0000 (19:11 -0800)]
create and fill in raiseArmContinuous command

8 years agocreate defenseArm variable in robot.java
Shaina Chen [Wed, 10 Feb 2016 03:01:04 +0000 (19:01 -0800)]
create defenseArm variable in robot.java

8 years agoCreated defenseArm variable in robot.java
Shaina Chen [Wed, 10 Feb 2016 03:00:25 +0000 (19:00 -0800)]
Created defenseArm variable in robot.java

8 years agochange command to commandGroup and separate previous execute into calculateTargetArmA...
Cindy Zhang [Sat, 13 Feb 2016 19:08:22 +0000 (11:08 -0800)]
change command to commandGroup and separate previous execute into calculateTargetArmAngle and calculateTargetHandAngle

8 years agocreate new command with math that calculates what two angles arm and hand should...
Cindy Zhang [Sat, 13 Feb 2016 03:42:49 +0000 (19:42 -0800)]
create new command with math that calculates what two angles arm and hand should be at given horizontal extension and height of the apparatus

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 agoMerge branch 'autonPassDefenseCommandGroups' of challenge-bot.com:repos/3501/strongho...
Cindy Zhang [Fri, 12 Feb 2016 03:56:55 +0000 (19:56 -0800)]
Merge branch 'autonPassDefenseCommandGroups' of challenge-bot.com:repos/3501/stronghold-2016 into autonPassDefenseCommandGroups

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 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

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 agoAdd lidar to drivetrain
Kevin Zhang [Thu, 11 Feb 2016 03:10:11 +0000 (19:10 -0800)]
Add lidar to drivetrain

8 years agoFix some style errors
Kevin Zhang [Thu, 11 Feb 2016 02:24:52 +0000 (18:24 -0800)]
Fix some style errors

8 years agoCreate methods for lidar to work
EvanYap [Sat, 6 Feb 2016 23:40:21 +0000 (15:40 -0800)]
Create methods for lidar to work

8 years agoImport a lidar class
EvanYap [Sat, 6 Feb 2016 23:40:02 +0000 (15:40 -0800)]
Import a lidar class

8 years agoDelete PID stuff that somehow got into master
Kevin Zhang [Thu, 11 Feb 2016 03:02:15 +0000 (19:02 -0800)]
Delete PID stuff that somehow got into master

8 years agochange getCurrentSetPoint in changeSpeed method to getSpeed
Shaina Chen [Fri, 5 Feb 2016 04:46:05 +0000 (20:46 -0800)]
change getCurrentSetPoint in changeSpeed method to getSpeed

8 years agodelete getCurrentSetPoint method
Shaina Chen [Fri, 5 Feb 2016 04:44:47 +0000 (20:44 -0800)]
delete getCurrentSetPoint method

8 years agochange motor controlling platform to piston controlling platform,the motor controllin...
Shaina Chen [Fri, 5 Feb 2016 04:43:59 +0000 (20:43 -0800)]
change motor controlling platform to piston controlling platform,the motor controlling the wheel is running before the ball is pushed on

8 years agomake separate javadoc comments for intakeBall method and outputBall method
Shaina Chen [Fri, 5 Feb 2016 04:41:31 +0000 (20:41 -0800)]
make separate javadoc comments for intakeBall method and outputBall method

8 years agochange getIntakePot method name to getArmAngle
Shaina Chen [Fri, 5 Feb 2016 04:39:58 +0000 (20:39 -0800)]
change getIntakePot method name to getArmAngle

8 years agodelete comment
Shaina Chen [Fri, 5 Feb 2016 04:38:35 +0000 (20:38 -0800)]
delete comment

8 years agoconstruct intakePot and add intake potentiometer constants to Constants
Shaina Chen [Fri, 5 Feb 2016 04:37:42 +0000 (20:37 -0800)]
construct intakePot and add intake potentiometer constants to Constants

8 years agochange intake arm constant names
Shaina Chen [Fri, 5 Feb 2016 04:19:54 +0000 (20:19 -0800)]
change intake arm constant names

8 years agoadd setArmVoltage and getArmVoltage methods
Shaina Chen [Fri, 5 Feb 2016 04:12:48 +0000 (20:12 -0800)]
add setArmVoltage and getArmVoltage methods

8 years agodelete setRollerVoltage method, add javadoc style comment for intakeBall and outputBa...
Shaina Chen [Fri, 5 Feb 2016 04:06:34 +0000 (20:06 -0800)]
delete setRollerVoltage method, add javadoc style comment for intakeBall and outputBall methods, fill in getRollerVoltage method

8 years agochange intake and output method names to intakeBall and outputBall
Shaina Chen [Fri, 5 Feb 2016 03:56:40 +0000 (19:56 -0800)]
change intake and output method names to intakeBall and outputBall

8 years agocreate intake potentiometer and create method getIntakePot
Shaina Chen [Fri, 5 Feb 2016 03:53:26 +0000 (19:53 -0800)]
create intake potentiometer and create method getIntakePot

8 years agochange intake and chevalDeFriseHand CANTalon variable names to intakeRoller and intakeArm
Shaina Chen [Fri, 5 Feb 2016 03:40:35 +0000 (19:40 -0800)]
change intake and chevalDeFriseHand CANTalon variable names to intakeRoller and intakeArm

8 years agochange class comment
Shaina Chen [Fri, 5 Feb 2016 03:36:56 +0000 (19:36 -0800)]
change class comment

8 years agochange javadoc comment for areRollersRolling method
Shaina Chen [Fri, 5 Feb 2016 03:34:37 +0000 (19:34 -0800)]
change javadoc comment for areRollersRolling method

8 years agochange javadoc comment for isBallInside method
Shaina Chen [Fri, 5 Feb 2016 03:32:53 +0000 (19:32 -0800)]
change javadoc comment for isBallInside method

8 years agofix javadoc comment for getRollerVoltage method
Shaina Chen [Fri, 5 Feb 2016 03:28:40 +0000 (19:28 -0800)]
fix javadoc comment for getRollerVoltage method

8 years agofixed merge conflict for setRollerVoltage method
Shaina Chen [Fri, 5 Feb 2016 03:23:29 +0000 (19:23 -0800)]
fixed merge conflict for setRollerVoltage method

8 years agorename methods punch and resetPunch to extendPunch and retractPunch
Shaina Chen [Fri, 5 Feb 2016 03:12:52 +0000 (19:12 -0800)]
rename methods punch and resetPunch to extendPunch and retractPunch

8 years agoremove content of changeSpeed and call setSpeed(newSpeed)
Shaina Chen [Fri, 5 Feb 2016 03:09:22 +0000 (19:09 -0800)]
remove content of changeSpeed and call setSpeed(newSpeed)

8 years agochange method name from getDistance to getAngleForLevel and add javadoc style comment...
Shaina Chen [Fri, 5 Feb 2016 02:49:10 +0000 (18:49 -0800)]
change method name from getDistance to getAngleForLevel and add javadoc style comment for getAngleForLevel method

8 years agoadd HAND_CHANNEL to Constants
Shaina Chen [Fri, 5 Feb 2016 02:37:49 +0000 (18:37 -0800)]
add HAND_CHANNEL to Constants

8 years agoconstruct defenseHandPotentiometer
Shaina Chen [Fri, 5 Feb 2016 02:37:27 +0000 (18:37 -0800)]
construct defenseHandPotentiometer

8 years agoRemove comment on line 10
Shaina Chen [Fri, 5 Feb 2016 02:26:46 +0000 (18:26 -0800)]
Remove comment on line 10

8 years agoadd class level comment and change speed to voltage
Yamini Adusumelli [Sat, 30 Jan 2016 21:04:10 +0000 (13:04 -0800)]
add class level comment and change speed to voltage

8 years agoadd class level comment for Shooter class- describe mechanism
Yamini Adusumelli [Sat, 30 Jan 2016 21:03:18 +0000 (13:03 -0800)]
add class level comment for Shooter class- describe mechanism

8 years agoadd 3 method stubs- setRollerSpeeds, getRollerSpeeds, and areRollersRolling
Yamini Adusumelli [Sat, 30 Jan 2016 18:46:38 +0000 (10:46 -0800)]
add 3 method stubs- setRollerSpeeds, getRollerSpeeds, and areRollersRolling

8 years agoreset to unix format
Kevin Zhang [Sat, 30 Jan 2016 05:51:01 +0000 (21:51 -0800)]
reset to unix format

8 years agoAdd set motor speed methods in defense arm and add potentiometer getter methods
Shaina Chen [Sat, 30 Jan 2016 05:38:35 +0000 (21:38 -0800)]
Add set motor speed methods in defense arm and add potentiometer getter methods

8 years agoadd four method stubs
Yamini Adusumelli [Fri, 29 Jan 2016 03:46:56 +0000 (19:46 -0800)]
add four method stubs

8 years agowrite methods getArmAngle and getHandAngle
roeibustein [Fri, 29 Jan 2016 03:36:42 +0000 (19:36 -0800)]
write methods getArmAngle and getHandAngle

8 years agoDetelete tower tracker class
Yamini Adusumelli [Fri, 29 Jan 2016 03:21:41 +0000 (19:21 -0800)]
Detelete tower tracker class

8 years agodelete defense hand potentiometer
Yamini Adusumelli [Fri, 29 Jan 2016 03:16:11 +0000 (19:16 -0800)]
delete defense hand potentiometer

8 years agodelete defense hand potentiometer related constants
Yamini Adusumelli [Fri, 29 Jan 2016 03:15:40 +0000 (19:15 -0800)]
delete defense hand potentiometer related constants

8 years agodelete second potentiometer for defense hand
Yamini Adusumelli [Fri, 29 Jan 2016 03:13:58 +0000 (19:13 -0800)]
delete second potentiometer for defense hand

8 years agoadd second defenseArmMotor related constants
Yamini Adusumelli [Fri, 29 Jan 2016 03:12:55 +0000 (19:12 -0800)]
add second defenseArmMotor related constants

8 years agoadd command to move defense arm up
Yamini Adusumelli [Wed, 27 Jan 2016 04:41:24 +0000 (20:41 -0800)]
add command to move defense arm up

8 years agochange array name from levelsToDegrees to armPotValues
Yamini Adusumelli [Wed, 27 Jan 2016 03:08:53 +0000 (19:08 -0800)]
change array name from levelsToDegrees to armPotValues

8 years agoadd defense arm motor port
Yamini Adusumelli [Tue, 26 Jan 2016 03:47:13 +0000 (19:47 -0800)]
add defense arm motor port

8 years agoadd defense arm values corresponding with potentiometer degree values
Your Name [Sat, 23 Jan 2016 23:12:51 +0000 (15:12 -0800)]
add defense arm values corresponding with potentiometer degree values

8 years agoadd constructor and potentiometer related constants in defense arm class
Your Name [Sat, 23 Jan 2016 21:45:06 +0000 (13:45 -0800)]
add constructor and potentiometer related constants in defense arm class

8 years agoadd 3 method stubs- setRollerSpeeds, getRollerSpeeds, and areRollersRolling
Yamini Adusumelli [Sat, 30 Jan 2016 18:46:38 +0000 (10:46 -0800)]
add 3 method stubs- setRollerSpeeds, getRollerSpeeds, and areRollersRolling

8 years agoadd method stub isBallInside to check and return presence of ball
Yamini Adusumelli [Sat, 30 Jan 2016 18:45:37 +0000 (10:45 -0800)]
add method stub isBallInside to check and return presence of ball

8 years agoreset to unix format
Kevin Zhang [Sat, 30 Jan 2016 05:51:01 +0000 (21:51 -0800)]
reset to unix format

8 years agoAdd potentiometer value array
Shaina Chen [Sat, 30 Jan 2016 05:44:43 +0000 (21:44 -0800)]
Add potentiometer value array

8 years agoAdd set motor speed methods in defense arm and add potentiometer getter methods
Shaina Chen [Sat, 30 Jan 2016 05:38:35 +0000 (21:38 -0800)]
Add set motor speed methods in defense arm and add potentiometer getter methods

8 years agoadd method stub setRollerSpeed
Yamini Adusumelli [Fri, 29 Jan 2016 04:31:09 +0000 (20:31 -0800)]
add method stub setRollerSpeed

8 years agofix eclipse errors
Yamini Adusumelli [Fri, 29 Jan 2016 03:53:10 +0000 (19:53 -0800)]
fix eclipse errors

8 years agoadd four method stubs
Yamini Adusumelli [Fri, 29 Jan 2016 03:46:56 +0000 (19:46 -0800)]
add four method stubs

8 years agowrite methods getArmAngle and getHandAngle
roeibustein [Fri, 29 Jan 2016 03:36:42 +0000 (19:36 -0800)]
write methods getArmAngle and getHandAngle

8 years agoadd getHookHeight method and getFootHeight method
Yamini Adusumelli [Fri, 29 Jan 2016 03:26:39 +0000 (19:26 -0800)]
add getHookHeight method and getFootHeight method

8 years agoDetelete tower tracker class
Yamini Adusumelli [Fri, 29 Jan 2016 03:21:41 +0000 (19:21 -0800)]
Detelete tower tracker class