google-deepmind / google-deepmind/mujoco
Composite elements not fully supported in the Unity plug-in
- Dominant language
- C++
- Stars
- 15.2k
- Forks
- 1.8k
- Avg merge
- 10d 16h
- Merged PRs (30d)
- 25
Description
MuJoCo supports the [`composite`](https://mujoco.readthedocs.io/en/latest/XMLreference.html#body-composite) XML element that instructs the compiler to add multiple bodies, joints, tendons and/or constraints to create soft materials. This “macro” functionality means that as opposed to most other MJCF elements, composites cannot be associated with a single specific runtime model element. Therefore, binding the composite element itself is ill-defined. However, you can still import composite elements through the load-save-load workflow, and they are imported as the atomic bodies / joints / tendons / constraints.
Contributor guide
Assessment
This issue has not been assessed yet.