2
0
mirror of https://github.com/team2059/Dent synced 2025-01-07 22:14:14 -05:00

Merge branch 'develop' of github.com:team2059/Dent into develop

This commit is contained in:
Adam Long 2015-02-27 08:32:37 +00:00
commit 8b672312f5

View File

@ -24,7 +24,9 @@ Autonomous::Autonomous(int seq){
// Get one tote and go to Auto Zone (TM)
AddSequential(new CollectTote());
AddSequential(new Turn(90));
AddSequential(new AutoDrive(2.0, 1.0, 0.0));
AddSequential(new ReleaseTote());
AddSequential(new AutoDrive(0.5, -1.0, 0.0));
break;
case 3:
// Collect three totes, drive to Auto Zone (TM)