google-deepmind / google-deepmind/mujoco
Make skin and bone compatible with attach
Open
enhancement
- Dominant language
- C++
- Stars
- 15.2k
- Forks
- 1.8k
- Avg merge
- 10d 16h
- Merged PRs (30d)
- 25
Description
### The feature, motivation and pitch
`deformable/skin/bone` uses `body` field to set `Name of the body corresponding to this bone.`, but when attaching a skinned body hierarchy to a parent model, the attach prefix changes the body names, while the skin still looks for the original names, resulting in `unknown body xxx in skin`. It could be improved to have a more coherent attach API.
### Alternatives
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.