Skip to content

Commit

Permalink
Add h1_mj_description to _descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jan 2, 2024
1 parent ea97691 commit 35ee5fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robot_descriptions/_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def has_urdf(self) -> bool:
"go1_description": Description(Format.URDF),
"go1_mj_description": Description(Format.MJCF),
"h1_description": Description(Format.URDF),
"h1_mj_description": Description(Format.MJCF),
"hyq_description": Description(Format.URDF),
"icub_description": Description(Format.URDF),
"iiwa_description": Description(Format.URDF),
Expand Down

0 comments on commit 35ee5fa

Please sign in to comment.