Skip to content

Commit 32dfe89

Browse files
Fix update in aliengo descriptions
1 parent 678b850 commit 32dfe89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

robot_descriptions/_descriptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ def has_urdf(self) -> bool:
5050
DESCRIPTIONS: Dict[str, Description] = {
5151
"a1_description": Description(Format.URDF),
5252
"a1_mj_description": Description(Format.MJCF),
53-
"aliengo_description": Description(Format.MJCF),
53+
"aliengo_description": Description(Format.URDF),
54+
"aliengo_mj_description": Description(Format.MJCF),
5455
"aloha_mj_description": Description(Format.MJCF),
5556
"allegro_hand_description": Description(Format.URDF),
5657
"allegro_hand_mj_description": Description(Format.MJCF),

0 commit comments

Comments
 (0)