Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Auto #4

Open
3 tasks done
Diamond42474 opened this issue Feb 6, 2020 · 1 comment
Open
3 tasks done

Running Auto #4

Diamond42474 opened this issue Feb 6, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Diamond42474
Copy link
Contributor

Diamond42474 commented Feb 6, 2020


Methods

  • Loading function (Loads Auto Files)
  • Translates data into motor motion
  • Auto switching (switch auto modes)
@Diamond42474 Diamond42474 added the enhancement New feature or request label Feb 6, 2020
@zachies
Copy link
Member

zachies commented Feb 6, 2020

I wrote a framework last year that loads an autonomous mode from a JSON text file and converts it into useable code on-the-fly. The text file can be stored on a USB flash drive and plugged into the Rio. Alternatively, you can look into the "deploy" directory in the robot code; supposedly that uploads files to the Rio. AutoMissions are the different paths (or functions) you want the robot to take, whereas AutoCommands are runnable "commands" that AutoMissions execute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants