Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

which kinds of mjcf file it support? I used xml from mujoco/models but

Open milong26 opened this issue 10 months ago • 6 comments
trafficstars

I used arm26.xml from mujoco/models. It shows well in mujoco.

Screenshot from 2024-12-24 17-26-16

But when I try to use it in genesis,it only shows a simple plane,lack the entity i added.

My whole code about entity is:

plane = scene.add_entity(
    gs.morphs.Plane(),
)
franka = scene.add_entity(
    gs.morphs.MJCF(
        file='robot/arm26.xml',
    ),
)

Screenshot from 2024-12-24 17-22-24

genesis version latest.

milong26 avatar Dec 24 '24 09:12 milong26