Skip to content

Commit 020e8e8

Browse files
committed
Make frame_generation_timestamp backwards compatible
1 parent 8635bfb commit 020e8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ message MultibeamPing {
973973

974974
bytes ping_data = 10; // Ping data (row major, 2D, grayscale image)
975975
GuestPortDeviceID device_id = 11; // Device ID of the sonar
976-
google.protobuf.Timestamp frame_generation_timestamp = 12; // Timestamp when the frame was generated
976+
optional google.protobuf.Timestamp frame_generation_timestamp = 12; // Timestamp when the frame was generated
977977
}
978978

979979

0 commit comments

Comments
 (0)