If I execute the following code in the GUI of Isaac using the Script Editor:
from omni.isaac.core import World
world = World()
world.scene.add_default_ground_plane()
world.reset()
it correctly create the ground plane but when reset()
is called it throws the following error: