Error when changing terrain in Isaac Lab

Ah, I figured out why. The terrain only supports trimesh for now. And those we were trying to implement were quadmesh! :) So you can generate some cube mesh and use it for your terrain, for example, since cube mesh is trimesh. (disk is quad mesh, so we can not). Hope it helps you.