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:
parent
5dfcbd9c92
commit
69163b4758
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user