We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8635bfb commit 020e8e8Copy full SHA for 020e8e8
protobuf_definitions/message_formats.proto
@@ -973,7 +973,7 @@ message MultibeamPing {
973
974
bytes ping_data = 10; // Ping data (row major, 2D, grayscale image)
975
GuestPortDeviceID device_id = 11; // Device ID of the sonar
976
- google.protobuf.Timestamp frame_generation_timestamp = 12; // Timestamp when the frame was generated
+ optional google.protobuf.Timestamp frame_generation_timestamp = 12; // Timestamp when the frame was generated
977
}
978
979
0 commit comments