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

Position Control #8

Closed
OccultSlolem opened this issue Jan 18, 2020 · 2 comments
Closed

Position Control #8

OccultSlolem opened this issue Jan 18, 2020 · 2 comments
Labels
invalid This doesn't seem right

Comments

@OccultSlolem
Copy link
Contributor

Parameters:

  • If FMS has given a position control color, than we know that stage 3 is at capacity and we need to do position control (ie we can use one button for both position AND rotation control)
  • Keep spinning until color sensor reads the same color as the position determined by the FMS
if(PositionControlColor.length() > 0) { //FMS has distributed a position (ie position control is unlocked)
    PositionControl();
}
@OccultSlolem OccultSlolem added the enhancement New feature or request label Jan 18, 2020
@OccultSlolem
Copy link
Contributor Author

Awaiting further discussion on 2/3

@OccultSlolem OccultSlolem added invalid This doesn't seem right and removed enhancement New feature or request labels Feb 4, 2020
@OccultSlolem
Copy link
Contributor Author

Merged into #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant