Need to change Missions to be implementations.

This commit is contained in:
2019-09-10 11:43:49 -06:00
parent d99bce4d14
commit 10ccd0258b
2 changed files with 16 additions and 0 deletions

View File

@@ -33,10 +33,15 @@ namespace Tello_Drone
MissionSetup();
_drone.BackFlip();
_drone.FrontFlip();
<<<<<<< Updated upstream
_drone.Reverse(300);
_drone.Forward(66);
_drone.Up(20);
MissionTeardown();
=======
_drone.Forward(30);
_drone.Land();
>>>>>>> Stashed changes
}
private void MissionSetup()