Skip to content

Commit 7338157

Browse files
authored
Merge pull request #168 from BluEye-Robotics/av/dvl-errorflags-and-notifs
New DVL error flags and notifications
2 parents d9125c3 + 237e216 commit 7338157

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@ enum NotificationType {
478478
NOTIFICATION_TYPE_SET_TILT_MAIN_CAMERA = 28; // Set tilt for main camera
479479
NOTIFICATION_TYPE_SET_TILT_MULTIBEAM = 29; // Set tilt for multibeam
480480
NOTIFICATION_TYPE_INSTRUCTION_SKIPPED = 30; // When an instruction is not available in the ROV
481+
NOTIFICATION_TYPE_DVL_HIGH_TEMPERATURE_DETECTED = 31; // DVL high temperature detected
482+
NOTIFICATION_TYPE_DVL_THERMAL_PROTECTION_MODE_DETECTED = 32; // DVL thermal protection mode detected
481483
}
482484

483485
// List of available notification levels.
@@ -660,6 +662,8 @@ message ErrorFlags {
660662
bool gp2_bat_current = 40; // Max battery current exceeded on GP2
661663
bool gp3_bat_current = 41; // Max battery current exceeded on GP3
662664
bool gp_20v_current = 42; // Max 20V current exceeded on GP
665+
bool dvl_thermal_protection_mode = 43; // DVL is in thermal protection mode
666+
bool dvl_no_power = 44; // GP protection has been triggered at boot or faulty DVL
663667
}
664668

665669
// Available camera resolutions.

0 commit comments

Comments
 (0)