-
Notifications
You must be signed in to change notification settings - Fork 51
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
Ci-group package renaming #569
Conversation
andresgr96
commented
Sep 9, 2024
•
edited
Loading
edited
- Renamed ci-group package to "standards" for clarity
- Updated docs to reflect the change above
- Edited the first example to include an advice to go over that package
- Fixes [BUG] Example 1B not running #570
The changes look fine, but I think there is a bug when running
I think the texture/type attribute expects a string, not an integer. See here: https://mujoco.readthedocs.io/en/stable/XMLreference.html#asset-texture |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good! I added a bug report yesterday about this #570
simulation/revolve2/simulation/scene/geometry/textures/_map_type.py
Outdated
Show resolved
Hide resolved
* renamed ci-group folder, updated docs and first example * Fix texture type bug: the texture/type attribute expects a string, not an integer * Reformat the strings with double quotes * Fix the format * Remove the unused method --------- Co-authored-by: Andres <[email protected]> Co-authored-by: Ting-Chia Chiang <[email protected]>