Skip to content

Commit

Permalink
Update source/extensions/omni.isaac.lab/omni/isaac/lab/sim/spawners/m…
Browse files Browse the repository at this point in the history
…eshes/meshes.py

Signed-off-by: David Hoeller <[email protected]>
  • Loading branch information
Dhoeller19 authored Jul 12, 2024
1 parent 8d7ee08 commit 3fdf9b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def spawn_mesh_cuboid(
ValueError: If a prim already exists at the given path.
""" # create a trimesh box
box = trimesh.creation.box(cfg.size)
# spawn the deformable cuboid as a mesh
# spawn the cuboid as a mesh
_spawn_mesh_geom_from_mesh(prim_path, cfg, box, translation, orientation, None)
# return the prim
return prim_utils.get_prim_at_path(prim_path)
Expand Down

0 comments on commit 3fdf9b2

Please sign in to comment.