diff --git a/protos/farm_ng/core/recorder.proto b/protos/farm_ng/core/recorder.proto index 6be31874..514c4cf5 100644 --- a/protos/farm_ng/core/recorder.proto +++ b/protos/farm_ng/core/recorder.proto @@ -37,7 +37,7 @@ message RecorderProfile { // A message that can be used to live annotate a recording. message RecorderAnnotation { - Timestamp stamp = 1; // The timestamp of the annotation. + repeated Timestamp stamp = 1; // The timestamp of the annotation. AnnotationKind kind = 2; // The kind of annotation. string message = 3; // An optional message of the annotation. E.g., "Start of row 1". }