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

Added cubemap_uri to sky #306

Merged
merged 2 commits into from
Jul 28, 2023
Merged

Added cubemap_uri to sky #306

merged 2 commits into from
Jul 28, 2023

Conversation

nkoenig
Copy link
Contributor

@nkoenig nkoenig commented Sep 27, 2022

🎉 New feature

Summary

Added a cubemap_uri string to the sky.proto message, which supports gazebosim/sdformat#1037.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Signed-off-by: Nate Koenig <[email protected]>
@mjcarroll
Copy link
Contributor

Test failures look to be unrelated. Any chance you would want to address them here or is this time-critical?

@mjcarroll
Copy link
Contributor

Actually, is this supposed to be targeting main or gz-msgs9

@nkoenig
Copy link
Contributor Author

nkoenig commented Sep 27, 2022

This is suppose to target main because msgs9 has already been released. I could squint my eyes and sneak this into gz-msgs9. It technically breaks API, but I doubt anyone has used gz-msgs9 in the last couple hours.

@mabelzhang
Copy link
Contributor

mabelzhang commented Sep 27, 2022

Test failures look to be unrelated (bash completion flags).
This is time critical for end of the week.

@mabelzhang
Copy link
Contributor

Wait, we're doing skybox for Fortress, which is still on msgs8 right?

@nkoenig
Copy link
Contributor Author

nkoenig commented Sep 27, 2022

This is not needed for the skybox work. The skybox work uses the header map in the sky message. This is here to replace that method in the future.

@nkoenig
Copy link
Contributor Author

nkoenig commented Oct 31, 2022

Waiting on gz-sim7 to main forward port.

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #306 (236ccab) into main (5d00d2a) will not change coverage.
The diff coverage is n/a.

❗ Current head 236ccab differs from pull request most recent head b69c696. Consider uploading reports for the commit b69c696 to get more accurate results

@@           Coverage Diff           @@
##             main     #306   +/-   ##
=======================================
  Coverage   95.71%   95.71%           
=======================================
  Files           9        9           
  Lines        1073     1073           
=======================================
  Hits         1027     1027           
  Misses         46       46           

@nkoenig nkoenig merged commit d58a6ce into main Jul 28, 2023
6 checks passed
@nkoenig nkoenig deleted the sky_cubemap_uri branch July 28, 2023 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants