commaai / openpilot

openpilot is an operating system for robotics. Currently, it upgrades the driver assistance system in 275+ supported cars.
https://comma.ai/openpilot
MIT License
49.64k stars 9.02k forks source link

Run MetaDrive simulation test in GitHub Actions #30693

Open adeebshihadeh opened 10 months ago

adeebshihadeh commented 10 months ago

Requirements:

https://github.com/commaai/openpilot/blob/master/tools/sim/tests/test_sim_bridge.py

Krishna2864 commented 9 months ago

@adeebshihadeh can i pick this task ?

hritikmunde commented 9 months ago

Hey @adeebshihadeh , It this still available? I want to work on this.

mimi89999 commented 6 months ago

Is that even possible? I made a simple test. I started a local Xvfb with:

Xvfb :2 -screen 0 2160x1080x24

Then I launched:

DISPLAY=:2 ./scenarios/metadrive/stay_in_lane.py

And it got stuck on https://github.com/commaai/openpilot/blob/master/tools/sim/bridge/metadrive/metadrive_world.py#L44 for several minutes after which I lost patience and killed it.

mesmatyi commented 1 month ago

Is this still open ? 👀