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

Teleop controls overhaul #46

Open
MichGedd opened this issue Apr 28, 2023 · 0 comments
Open

Teleop controls overhaul #46

MichGedd opened this issue Apr 28, 2023 · 0 comments
Assignees

Comments

@MichGedd
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Communication between Driver and Operator is slow. We should try to consolidate as many controls as possible onto the Driver's controller.

Describe the solution you'd like
The following control scheme has been suggested by Drive Team:

  • Move intake to driver controller
  • Move outtake to driver controller (done)
  • Move "Go To Home" to driver controller
  • Move "Go To Active Setpoint" to driver controller

The operator controller will select a setpoint (such as Score High Cone, Score Mid Cone, etc) as the "active setpoint". When the driver presses the "Go To Setpoint" button, the Arm will go to whatever setpoint is the "active setpoint".

TLDR - Operator controls where to move the arm to, Driver controls when to move the arm.

Describe alternatives you've considered
Another alternative considered is move everything to a single controller, but that may be too much for the driver to do.

Additional context
N/A

@RedRock5645 RedRock5645 self-assigned this Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants