Skip to content

Commit fbf7fd0

Browse files
authored
Merge pull request #158 from BluEye-Robotics/152-add-new-guestportdeviceid-for-local-gnss-system
Add gnss device ID
2 parents dc0e9c8 + 45a05ed commit fbf7fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ enum GuestPortDeviceID {
803803
GUEST_PORT_DEVICE_ID_BLUEYE_MULTIBEAM_HEAD_SERVO = 35; // Blueye Multibeam Head Servo
804804
GUEST_PORT_DEVICE_ID_CERULEAN_OMNISCAN_450FS = 36; // Cerulean Omniscan 450 FS
805805
GUEST_PORT_DEVICE_ID_CERULEAN_OMNISCAN_450SS = 37; // Cerulean Omniscan 450 SS
806-
GUEST_PORT_DEVICE_ID_BLUEYE_GNSS_DEVICE = 38; // Blueye Gnss device
806+
GUEST_PORT_DEVICE_ID_BLUEYE_GNSS_DEVICE = 38; // Blueye GNSS device
807807
}
808808

809809
// GuestPort number.
@@ -1018,4 +1018,4 @@ message MultibeamDiscovery {
10181018
string fw_version = 5; // Firmware version of the sonar
10191019
string connected_ip = 6; // IP address of the connected device
10201020
GuestPortDeviceID device_id = 7; // Device ID of the sonar
1021-
}
1021+
}

0 commit comments

Comments
 (0)