Skip to content

Instantly share code, notes, and snippets.

@brenapp
Created February 21, 2017 18:40
Show Gist options
  • Save brenapp/fb2c7d36ed50f7942684b9e62c5523c0 to your computer and use it in GitHub Desktop.
Save brenapp/fb2c7d36ed50f7942684b9e62c5523c0 to your computer and use it in GitHub Desktop.
The naïve approach to driving in autonomous
task autonomous() {
driveForward();
wait(8000);
stopDrive();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment