mirror of
https://github.com/team2059/Dent
synced 2024-12-18 20:52:29 -05:00
Eject totes after auto sequence 4 and 7
This commit is contained in:
parent
136a28994e
commit
2e069a5cad
@ -42,7 +42,7 @@ Autonomous::Autonomous(int seq){
|
|||||||
AddSequential(new Turn(SmartDashboard::GetNumber("TurnAmount")));
|
AddSequential(new Turn(SmartDashboard::GetNumber("TurnAmount")));
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
// Collect one, two, or three totes, drive to Auto Zone (TM)
|
// Collect one, two, or three totes, drive to Auto Zone (TM), release totes
|
||||||
printf("Waiting: %f\n", SmartDashboard::GetNumber("Auto Wait Time"));
|
printf("Waiting: %f\n", SmartDashboard::GetNumber("Auto Wait Time"));
|
||||||
Wait(SmartDashboard::GetNumber("Auto Wait Time"));
|
Wait(SmartDashboard::GetNumber("Auto Wait Time"));
|
||||||
printf("Done");
|
printf("Done");
|
||||||
@ -73,7 +73,7 @@ Autonomous::Autonomous(int seq){
|
|||||||
//TODO: Implement this
|
//TODO: Implement this
|
||||||
break;
|
break;
|
||||||
case 7:
|
case 7:
|
||||||
// Same as auto 4 with (Three|Two) totes checked, collect bin, drive to Auto Zone (TM)
|
// Same as auto 4 with (Three|Two) totes checked, collect bin, drive to Auto Zone (TM), release totes
|
||||||
//TODO: Implement this
|
//TODO: Implement this
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user