Created
February 21, 2017 18:40
-
-
Save brenapp/fb2c7d36ed50f7942684b9e62c5523c0 to your computer and use it in GitHub Desktop.
The naïve approach to driving in autonomous
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task autonomous() { | |
driveForward(); | |
wait(8000); | |
stopDrive(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment