Skip to content

Commit 0484a68

Browse files
authored
Merge pull request #202 from BluEye-Robotics/myt/cerulean-tracker-650
add Cerulean Tracker 650 device ID
2 parents 6d6b6f2 + 2041e73 commit 0484a68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@ enum GuestPortDeviceID {
881881
GUEST_PORT_DEVICE_ID_BLUEPRINT_SUBSEA_OCULUS_C550D = 41; // Blueprint Subsea Oculus C550d.
882882
GUEST_PORT_DEVICE_ID_BLUEPRINT_SUBSEA_OCULUS_M370S = 42; // Blueprint Subsea Oculus M370s.
883883
GUEST_PORT_DEVICE_ID_WATERLINKED_SONAR_3D15 = 43; // Waterlinked Sonar 3D-15.
884+
GUEST_PORT_DEVICE_ID_CERULEAN_TRACKER_650 = 44; // Cerulean Tracker 650.
884885
}
885886

886887
// Guest port number.
@@ -899,6 +900,7 @@ enum NavigationSensorID {
899900
NAVIGATION_SENSOR_ID_NMEA = 3; // NMEA stream from external positioning system.
900901
NAVIGATION_SENSOR_ID_BLUEYE_GNSS = 4; // Blueye GNSS device on the ROV.
901902
NAVIGATION_SENSOR_ID_NORTEK_DVL_NUCLEUS = 5; // Nortek DVL Nucleus 1000.
903+
NAVIGATION_SENSOR_ID_CERULEAN_TRACKER_650 = 6; // Cerulean Tracker 650.
902904
}
903905

904906
// Navigation sensor used in the position observer with validity state.

0 commit comments

Comments
 (0)