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

Simulator: update MetaDrive to latest #32576

Merged
merged 2 commits into from
May 30, 2024

Conversation

bongbui321
Copy link
Contributor

@bongbui321 bongbui321 commented May 30, 2024

prereq for #32513.

this includes this fix: metadriverse/metadrive#632

Copy link
Contributor

github-actions bot commented May 30, 2024

Thanks for contributing to openpilot! In order for us to review your PR as quickly as possible, check the following:

  • Convert your PR to a draft unless it's ready to review
  • Read the contributing docs
  • Before marking as "ready for review", ensure:
    • the goal is clearly stated in the description
    • all the tests are passing
    • the change is something we merge
    • include a route or your device' dongle ID if relevant

@@ -140,7 +140,7 @@ inputs = "*"
Jinja2 = "*"
lru-dict = "*"
matplotlib = "*"
metadrive-simulator = { version = "0.4.2.3", markers = "platform_machine != 'aarch64'" } # no linux/aarch64 wheels for certain dependencies
metadrive-simulator = {git = "https://github.com/metadriverse/metadrive.git", rev ="233a3a1698be7038ec3dd050ca10b547b4b3324c", markers = "platform_machine != 'aarch64'" } # no linux/aarch64 wheels for certain dependencies
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we just unpin it? have they done a release since that fix? I don't remember why we pinned it in the first place

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unpinned. 0.4.2.3 is the last they did and that was before the fix

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh then a git commit is fine if there's no release. just leave a comment to explain why so we can change it later

@adeebshihadeh adeebshihadeh changed the title Simulator: change Metadrive version Simulator: update MetaDrive to latest May 30, 2024
@adeebshihadeh adeebshihadeh merged commit aa081f5 into commaai:master May 30, 2024
15 of 16 checks passed
@bongbui321 bongbui321 deleted the bump_metadrive branch May 30, 2024 19:47
Edison-CBS pushed a commit to Edison-CBS/openpilot that referenced this pull request Sep 15, 2024
* bump metadrive

* comment
old-commit-hash: aa081f5
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

Successfully merging this pull request may close these issues.

Headless rendering: tonemap_quad is None
2 participants