Skip to content

Commit

Permalink
Update ProtocolDefinitions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2024
1 parent 0d43de2 commit a958e47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ProtocolDefinitions
8 changes: 8 additions & 0 deletions blueye/protocol/types/message_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -1924,6 +1924,10 @@ class ErrorFlags(proto.Message):
dvl_no_power (bool):
GP protection has been triggered at boot or
faulty DVL
usb_disconnect (bool):
USB disconnect
video_urb_error (bool):
Video URB error
"""

pmu_comm_ack = proto.Field(proto.BOOL, number=1)
Expand Down Expand Up @@ -2014,6 +2018,10 @@ class ErrorFlags(proto.Message):

dvl_no_power = proto.Field(proto.BOOL, number=44)

usb_disconnect = proto.Field(proto.BOOL, number=45)

video_urb_error = proto.Field(proto.BOOL, number=46)


class CameraParameters(proto.Message):
r"""Camera parameters.
Expand Down

0 comments on commit a958e47

Please sign in to comment.