Skip to content

Commit

Permalink
Full import!
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermedemouraa committed Jul 25, 2024
1 parent 2eb8c39 commit 4d969e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/farm_ng/core/recorder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ message RecorderProfile {
// A message that can be used to live annotate a recording.

message RecorderAnnotation {
repeated Timestamp stamp = 1; // The timestamp of the annotation.
farm_ng.core.proto.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".
}

0 comments on commit 4d969e1

Please sign in to comment.