Skip to content

Commit

Permalink
Merge branch 'lvjonok-fix/typo-h1'
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jan 2, 2024
2 parents fdb7227 + f8cf24e commit ea97691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions robot_descriptions/_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def has_urdf(self) -> bool:
"ginger_description": Description(Format.URDF),
"go1_description": Description(Format.URDF),
"go1_mj_description": Description(Format.MJCF),
"h1_description": Description(Format.URDF),
"hyq_description": Description(Format.URDF),
"icub_description": Description(Format.URDF),
"iiwa_description": Description(Format.URDF),
Expand Down
2 changes: 1 addition & 1 deletion robot_descriptions/h1_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "robots", "h1_description")

URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf", "h1_description.urdf")
URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf", "h1.urdf")

0 comments on commit ea97691

Please sign in to comment.