2
0
mirror of https://github.com/team2059/Dent synced 2024-12-18 20:52:29 -05:00

Updated auto sequence 9 because of hardware changes to the hook

This commit is contained in:
Adam Long 2015-03-20 14:07:16 +00:00
parent 5dfcbd9c92
commit 69163b4758

View File

@ -83,6 +83,7 @@ Autonomous::Autonomous(int seq){
break;
case 9:
//Use rear elevator to move bin
AddSequential(new BinLower(.1));
AddSequential(new AutoDrive(SmartDashboard::GetNumber("Auto Zone Distance"),0.0,0.75));
AddSequential(new Turn(2.1));
break;