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

Unify control modes #137

Closed
calebchalmers opened this issue Jun 17, 2024 · 0 comments · Fixed by #150
Closed

Unify control modes #137

calebchalmers opened this issue Jun 17, 2024 · 0 comments · Fixed by #150
Assignees
Labels
feature New feature
Milestone

Comments

@calebchalmers
Copy link
Contributor

calebchalmers commented Jun 17, 2024

Currently, we have three options for robot control, depending on the state of the right switch on the controller:

  • UP: Turret-relative joystick control (forward is the direction the turret is pointing)
  • MID: Chassis-relative joystick control (forward is the direction the chassis is pointing -- opposite of the health bar)
  • DOWN: Keyboard and mouse control (also turret-relative since the operator will be looking through the camera)

We can combine the keyboard controls with the joysticks, so that we don't have to switch back and forth when using the client. This would also allow drivers to use the controller, keyboard, and mouse simultaneously.

@calebchalmers calebchalmers added the feature New feature label Jun 17, 2024
@calebchalmers calebchalmers linked a pull request Oct 21, 2024 that will close this issue
@calebchalmers calebchalmers added this to the Fall 2024 milestone Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants