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

MjSpec doesn't recompile when SKN files are used #2485

Open
2 tasks done
vikashplus opened this issue Mar 8, 2025 · 0 comments
Open
2 tasks done

MjSpec doesn't recompile when SKN files are used #2485

vikashplus opened this issue Mar 8, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@vikashplus
Copy link

Intro

Hi!

My setup

M3, Osx, Python, mujoco==3.2.4

What's happening? What did you expect?

Recompilation of mjSpec from a model that uses a skn file doesn't work.

Steps for reproduction

  1. Run python test.py as is to see the bug
  2. Alternatively one can remove the following line from the model to make the bug go away.
    <skin name="skin" file="meshes/cube.skn"/>

summary

  • recompilation works well when there is no SKN file in the model, and doesn't work otherwise

spec_skn_recompile_bug.zip

Minimal model for reproduction

see attached

Code required for reproduction

python test.py

Confirmations

@vikashplus vikashplus added the bug Something isn't working label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant