Skip to content

Commit

Permalink
Co-authored-by: Mehul Goel <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
TiaSinghania committed Apr 6, 2024
1 parent 2dd0044 commit b393997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb_ws/src/buggy/scripts/auton/pose.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def from_mat(mat):
Creates a pose from a 3x3 homogeneous transformation matrix
"""
return Pose(mat[0, 2], mat[1, 2], np.arctan2(mat[1, 0], mat[0, 0]))

def invert(self):
"""
Inverts the pose
Expand Down

0 comments on commit b393997

Please sign in to comment.