Skip to content

Commit

Permalink
Update c2_pub_sub.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Feb 27, 2024
1 parent b960f6d commit 8c23b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyscan-c2/c2_pub_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def __init__(
"""
)

def _calculate_camera_angles(self: Any, data: Any) -> tuple[float, float]:
def _calculate_camera_angles(self: Any, data: Any) -> tuple[float, float, float]:
# Calculate the relative tilt and pan angles of the object compared to the device
# Your calculation logic here

Expand Down

0 comments on commit 8c23b1d

Please sign in to comment.