Change shooter to function off of two pistons, remove punch, shooter motors, and...
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / subsystems / Shooter.java
2016-03-03 Harel DorChange shooter to function off of two pistons, remove... harel/shooter-update
2016-02-22 Kevin ZhangCorrect ports
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 niyatisriramInitialize photogate in shooter subsystem
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 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 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 Cindy Zhangfix command names and get rid of unused stuff
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 EvanYapInstantiate lidar objcet in Shooter class
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-15 EvanYapSpecify units of cm in comment for lidar getDistance...
2016-02-15 EvanYapMake a getDistance() method in shooter to return value...
2016-02-15 EvanYapUse constant port for instantiated lidar object in...
2016-02-15 EvanYapInstantiate lidar objcet in Shooter class
2016-02-15 Kevin ZhangResurrect dead commits deletd by merge conflict with...
2016-02-15 Kevin ZhangResurrect deleted commit
2016-02-05 Shaina Chenchange getCurrentSetPoint in changeSpeed method to...
2016-02-05 Shaina Chendelete getCurrentSetPoint method
2016-02-05 Shaina Chenchange motor controlling platform to piston controlling...
2016-02-05 Shaina Chenrename methods punch and resetPunch to extendPunch...
2016-02-05 Shaina Chenremove content of changeSpeed and call setSpeed(newSpeed)
2016-02-05 Yamini Adusumelliadd class level comment for Shooter class- describe...
2016-02-05 Yamini Adusumelliadd method stub isBallInside to check and return presen...
2016-02-04 Kaitlynadd encoder to shooter
2016-01-31 Garima Kapilainstantiate cheval de frise and angle adjuster motors
2016-01-31 Garima Kapilaadd motors for cheval de frise for intake arm and angle...
2016-01-31 Garima KapilaAdd the piston solenoid object to shooter and add punch...
2016-01-24 Kevin ZhangDelete TODO
2016-01-24 Kevin ZhangMissed a <= addadded it
2016-01-24 Kevin ZhangChange <= to < and make variable instead of using same...
2016-01-23 Kevin ZhangRemove control m from file
2016-01-23 Kevin Zhangadd catch to getspeed and change names
2016-01-23 Kevin ZhangRemove buttons pressed to change to command based,...
2016-01-23 EvanYapChange buttons pressed to use OI initialized buttons
2016-01-23 EvanYapAdd buttons pressed method and also also add state...
2016-01-23 EvanYapMake command for running the shooter when trigger is...
2016-01-23 EvanYapChange variable port name and use setSpeed method
2016-01-23 EvanYapChange CANTalon from wheel to shooter
2016-01-23 EvanYapMake style edits
2016-01-23 EvanYapCreates methods for setting speed, adding to speed...
2016-01-23 EvanYapSetup port and initialize wheel object for ShooterTest...
2016-01-21 Your NameClean up all unnecessary comments
2016-01-17 Your Nameadd Shooter subsystem