v0.2.0#2
Merged
Merged
Conversation
Add prototype assets for bionic hand for Myochallenge24
…L_hand class Bug 1 (arms_assets.xml): Remove deprecated `convexhull="false"` compiler attribute removed in MuJoCo 3.x. Bug 2 (arms_chain.xml): Fix include paths from `./../../MPL_sim/assets/simpleHand*.xml` to simple relative `simpleHand*.xml`. The old paths assumed a submodule layout where MPL_sim is a sibling directory; the pip package layout has all assets in one directory. Bug 3 (arms_assets.xml + simpleHandR_assets.xml): Define `MPL_hand` default class as a child of `MPL_arm` in arms_assets.xml so it is always available when the combined arms+hands model is loaded. Remove the duplicate top-level `MPL_hand` default from simpleHandR_assets.xml (which caused "unknown default class MPL_hand" when included alongside arms_assets.xml because MuJoCo requires child-class defaults to be nested). Bug 4 (simpleHandL_chain.xml + simpleHandR_chain.xml): No change needed — `childclass="MPL_hand"` on body elements is correct once MPL_hand is properly defined as a nested child default. These bugs are currently worked around at runtime by myosuite's patching layer in myosuite/utils/simhive_assets.py. Once this PR merges and a new mpl_sim release is cut, that patching layer can be removed.
fix: MuJoCo 3.x compat — remove convexhull, fix MPL_hand class, fix include paths
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.