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:
commit
8b672312f5
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user