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

Port over openpilot's joystickd to opendbc #1191

Closed
adeebshihadeh opened this issue Aug 27, 2024 · 0 comments · Fixed by #1200
Closed

Port over openpilot's joystickd to opendbc #1191

adeebshihadeh opened this issue Aug 27, 2024 · 0 comments · Fixed by #1200

Comments

@adeebshihadeh
Copy link
Contributor

adeebshihadeh commented Aug 27, 2024

joystickd in openpilot allows you to control your car with a joystick for testing the car interfacing code. Now that the car interfacing code, the joystick controller should be even simpler and moved to this repo.

This will be the canonical example for how to use this library.

Requirements:

  • communicates with the car using a panda connected to a car harness
  • probably want to setup a generic "panda runner" that can be reused for other things besides the joystick
  • use either a keyboard or joystick (ideally no new library/dependency)
  • remove joystickd from openpilot once this is merged
  • good README/argparser

This is easier to do with a comma 3X + car but possible to do without one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant