-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Desired behavior
While running in MuJoCo a friction demo world converted from SDFormat, I got several error messages complaining about needing to increase nconmax and njmax and the simulated behavior was very weird. After increasing the values, I saw reasonable simulated behavior.
<mujoco model="default">
<size nconmax="300" njmax="1000"/>
<worldbody>
...
</worldbody>
</mujoco>
It would be nice to be able to specify these values in an SDFormat file so they can be passed through to MJCF during conversion.
<sdf version="...">
<world name="world_name" xmlns:mjcf="https://github.com/gazebosim/gz-mujoco">
<mjcf:size nconmax="300" njmax="1000"/>
</world>
</sdf>
Alternatives considered
Implementation suggestion
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request