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

Autonomous Driving Improvements #70

Open
danielbrownmsm opened this issue Apr 4, 2023 · 1 comment · May be fixed by #78
Open

Autonomous Driving Improvements #70

danielbrownmsm opened this issue Apr 4, 2023 · 1 comment · May be fixed by #78
Assignees
Labels
enhancement New feature or request

Comments

@danielbrownmsm
Copy link
Collaborator

Summary
We got away with only a single simple drive backwards command in auton at GKC and Shawnee, but we're going to need to drive around a little more for worlds. So we need to create some new drive commands.

Work Required

  • make a command that drives the robot straight on its current heading
  • make a command that drives the robot a set distance in an arbitrary heading on that heading
  • make a command that locks the wheels at 45/135 degrees and turns the robot to a given heading

Verification

  • CI passes
  • commands written
  • commands are not terrible
@danielbrownmsm danielbrownmsm added the enhancement New feature or request label Apr 4, 2023
@danielbrownmsm danielbrownmsm added this to the Improvements for Worlds milestone Apr 4, 2023
@danielbrownmsm danielbrownmsm linked a pull request Apr 8, 2023 that will close this issue
@danielbrownmsm
Copy link
Collaborator Author

driving straight is done by Abbey per feat/drive-straight #78

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

Successfully merging a pull request may close this issue.

2 participants