Skip to content

Commit

Permalink
Merge pull request #582 from andrewcwlee/main
Browse files Browse the repository at this point in the history
[MISC] Fixed a typo in exception message
  • Loading branch information
zhouxian authored Jan 17, 2025
2 parents cadeef4 + d4848ea commit 2d67eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genesis/engine/entities/rigid_entity/rigid_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ def inverse_kinematics_multilink(
quats = [None] * n_links
rot_mask = [False, False, False]
elif len(quats) != n_links:
gs.raise_exception("Accepting only `quatss` with length equal to `links` or empty list.")
gs.raise_exception("Accepting only `quats` with length equal to `links` or empty list.")

link_pos_mask = []
link_rot_mask = []
Expand Down

0 comments on commit 2d67eed

Please sign in to comment.