Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cremebrule committed Feb 19, 2025
1 parent 317a789 commit c21ee73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnigibson/robots/manipulation_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def _infer_finger_properties(self):
finger_pts = finger_pts[valid_idxs]
# Infer which side of the gripper corresponds to the inner side (i.e.: the side that touches between the
# two fingers
# We use the heuristic that given a set of points defining a gripper finger, we assume that it must one
# We use the heuristic that given a set of points defining a gripper finger, we assume that it's one
# of (y_min, y_max) over all points, with the selection being chosen by inferring which of the limits
# corresponds to the inner side of the finger.
# This is the upper side of the y values if this finger is the lower finger, else the lower side
Expand Down

0 comments on commit c21ee73

Please sign in to comment.