Skip to content

Commit

Permalink
Undo typing change do to typing errors in utils file
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwp18 committed Nov 13, 2024
1 parent 40484e9 commit f82ff10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from rov_msgs.msg import PixhawkInstruction

InstructionTuple: TypeAlias = tuple[float]
InstructionTuple: TypeAlias = tuple[float, float, float, float, float, float]


def pixhawk_instruction_to_tuple(msg: PixhawkInstruction) -> InstructionTuple:
Expand Down

0 comments on commit f82ff10

Please sign in to comment.