Skip to content

Commit

Permalink
Fix typo (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhedong authored Mar 18, 2023
1 parent 9d75d6a commit 2bb76a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panda_gym/envs/robots/panda.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_fingers_width(self) -> float:
return finger1 + finger2

def get_ee_position(self) -> np.ndarray:
"""Returns the position of the ned-effector as (x, y, z)"""
"""Returns the position of the end-effector as (x, y, z)"""
return self.get_link_position(self.ee_link)

def get_ee_velocity(self) -> np.ndarray:
Expand Down

0 comments on commit 2bb76a8

Please sign in to comment.