Merge branch 'arms' of code.dublinschool.org:repos/FRC/FRC2016 into arms

This commit is contained in:
Jason Cox 2016-02-13 17:17:56 -05:00
commit 86e6a1b33c
1 changed files with 0 additions and 4 deletions

View File

@ -121,10 +121,6 @@ private:
//std::cout << "Ramp position: "<< launch_spinny.GetEncPosition() << std::endl;
drive.ArcadeDrive(&driver_stick, true);
if (operator_stick.GetRawButton(TRIGGER))
{
}
//bool rampDoing = false;
// This is shit code for testing. Replace it with real code.
if(!ramping && operator_stick.GetRawButton(RAMP_RAISE))