gazebosim / gz-mujoco

25 stars 4 forks source link

Used right enum namespace #44

Closed ahcorde closed 2 years ago

ahcorde commented 2 years ago

Signed-off-by: ahcorde ahcorde@gmail.com

🦟 Bug fix

Summary

This PR https://github.com/gazebosim/sdformat/pull/1029 in SDFormat changes the enum namespace. This PR fixed the enums.

We need to wait for a nightly release

Checklist

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.

azeey commented 2 years ago

We'll need to trigger the nightly build of SDFormat.

Build Status

scpeters commented 2 years ago

We'll need to trigger the nightly build of SDFormat.

Build Status

that build succeeded, but it didn't have an incremented RELEASE_VERSION so it failed to upload:

I've started new nightly builds with RELEASE_VERSION == 2

azeey commented 2 years ago

We'll need to trigger the nightly build of SDFormat. Build Status

that build succeeded, but it didn't have an incremented RELEASE_VERSION so it failed to upload:

I've started new nightly builds with RELEASE_VERSION == 2

hmm, I didn't think it needed it because it would be building from a new commit.

azeey commented 2 years ago

Conflicts

codecov[bot] commented 2 years ago

Codecov Report

Merging #44 (f4b553b) into main (592b2a0) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
- Coverage   97.09%   97.08%   -0.01%     
==========================================
  Files          14       14              
  Lines         482      481       -1     
==========================================
- Hits          468      467       -1     
  Misses         14       14              
Impacted Files Coverage Δ
...at_to_mjcf/sdformat_to_mjcf/converters/geometry.py 92.06% <ø> (-0.25%) :arrow_down:
...ormat_to_mjcf/sdformat_to_mjcf/converters/light.py 100.00% <ø> (ø)
...o_sdformat/mjcf_to_sdformat/converters/geometry.py 95.94% <100.00%> (ø)
...ormat_to_mjcf/sdformat_to_mjcf/converters/joint.py 96.92% <100.00%> (-0.05%) :arrow_down:
...at_to_mjcf/sdformat_to_mjcf/converters/material.py 100.00% <100.00%> (ø)
...ormat_to_mjcf/sdformat_to_mjcf/converters/model.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 592b2a0...f4b553b. Read the comment docs.

scpeters commented 2 years ago

hmm, I didn't think it needed it because it would be building from a new commit.

while the commit hash is embedded in the file name, I believe it isn't used for sorting since it's not guaranteed to be monotonically increasing. I believe the release version needs to be incremented

azeey commented 2 years ago

I think codecov is complaining about removed lines. Doesn't seem like a real decrease in coverage. Will go ahead and merge.