Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyeChen committed Jul 3, 2022
1 parent f0b3065 commit 9bfb1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lie/group/SE2/Homog.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def getAngle(self):
"""Get the rotation angle
Returns:
angle (float): The rotation angle
angle (float): The rotation angle in radian with the range [-pi, pi]
"""
return np.arctan2(self.__M[1,0], self.__M[0,0])

Expand Down

0 comments on commit 9bfb1f9

Please sign in to comment.