2
0
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:
Austen Adler 2015-03-05 20:33:18 -05:00
parent 136a28994e
commit 2e069a5cad

View File

@ -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: