RRGGZZ

Results 4 comments of RRGGZZ

I running the example script : import genesis as gs gs.init(backend=gs.cpu) scene = gs.Scene(show_viewer=True) plane = scene.add_entity(gs.morphs.Plane()) franka = scene.add_entity( gs.morphs.MJCF(file='xml/franka_emika_panda/panda.xml'), ) scene.build() for i in range(1000): scene.step()

I also encountered the same problem in WSL2, and the window remained black.

This project does not appear to run properly in the virtual machine