Skip to content

Commit

Permalink
Add usage spec comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thisjustin123 committed Dec 9, 2024
1 parent d7d4a22 commit 17ce93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrcareworld/pyrcareworld/envs/base_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def LoadURDF(self, path: str, id: int = None, native_ik: bool = False, axis: str

def LoadMesh(self, path: str, id: int = None, collider_mode: str = "VHACD") -> attr.RigidbodyAttr:
"""
Load a model from a Mesh file.
Load a model from a Mesh file. Requires `libminizip1` to be installed.
:param path: Str, the Mesh file path.
:param id: Int, object id.
Expand Down Expand Up @@ -728,7 +728,7 @@ def SetViewBackGround(self, color: list = None) -> None:

def LoadCloth(self, path: str, id: int = None) -> attr.ClothAttr:
"""
Load a mesh to Cloth.
Load a mesh to Cloth. Requires `libminizip1` to be installed.
:param path: Str, the Mesh file path.
:param id: Int, object id.
Expand Down

0 comments on commit 17ce93f

Please sign in to comment.