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

MetaDrive issues #33440

Open
6 tasks
adeebshihadeh opened this issue Sep 2, 2024 · 0 comments
Open
6 tasks

MetaDrive issues #33440

adeebshihadeh opened this issue Sep 2, 2024 · 0 comments

Comments

@adeebshihadeh
Copy link
Contributor

adeebshihadeh commented Sep 2, 2024

Been using MetaDrive as a quick e2e test for the recent controlsd refactors.

With these issues fixed, it'll be great:

  • takes ~5s to get onroad. why?
  • not sure how to run the test that runs in CI. a 10s version of this would be ideal
  • doesn't exit cleanly. should be a Ctrl-C and nice exit within 1s with no exceptions
  • [WARNING] You are using too large buffer!
  • [WARNING] env.vehicle will be deprecated soon
  • keyboard crash
Traceback (most recent call last):
  File "/home/batman/fivepilot/tools/sim/run_bridge.py", line 43, in <module>
    keyboard_poll_thread(queue)
  File "/home/batman/fivepilot/openpilot/tools/sim/lib/keyboard_ctrl.py", line 62, in keyboard_poll_thread
    c = getch()
        ^^^^^^^
  File "/home/batman/fivepilot/openpilot/tools/sim/lib/keyboard_ctrl.py", line 37, in getch
    old_settings = termios.tcgetattr(STDIN_FD)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
termios.error: (25, 'Inappropriate ioctl for device')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant