Skip to content

Commit 26c3b79

Browse files
Fix keyword argument typo
1 parent 80f04be commit 26c3b79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

robot_descriptions/_descriptions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ def has_urdf(self) -> bool:
6060
Format.MJCF, tags={"end_effector"}
6161
),
6262
"adam_lite_mj_description": Description(Format.MJCF, tags={"humanoid"}),
63-
"aero_hand_open_description": Description(Format.URDF, targs={"end_effector"}),
63+
"aero_hand_open_description": Description(
64+
Format.URDF, tags={"end_effector"}
65+
),
6466
"aliengo_description": Description(Format.URDF, tags={"quadruped"}),
6567
"aliengo_mj_description": Description(Format.MJCF, tags={"quadruped"}),
6668
"allegro_hand_description": Description(

0 commit comments

Comments
 (0)