Skip to content

Commit

Permalink
unit test 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
boobooboo2 committed Dec 18, 2024
1 parent 4e8d895 commit 9504c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modi_plus/module/input_module/imu.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def angle(self) -> Tuple[float, float, float]:
:rtype: tuple
"""

return self.angle_x, self.angle_y_y, self.angle_z
return self.angle_x, self.angle_y, self.angle_z

@property
def angular_vel_x(self) -> float:
Expand Down

0 comments on commit 9504c7b

Please sign in to comment.