Skip to content

Commit

Permalink
Revert "Use double instead of timestamp"
Browse files Browse the repository at this point in the history
This reverts commit 0d62da8.
  • Loading branch information
guilhermedemouraa committed Jul 25, 2024
1 parent 0d62da8 commit cb6e241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protos/farm_ng/core/recorder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
syntax = "proto3";

import "farm_ng/core/event_service.proto";
import "farm_ng/core/timestamp.proto";

package farm_ng.core.proto;

Expand All @@ -36,7 +37,7 @@ message RecorderProfile {
// A message that can be used to live annotate a recording.

message RecorderAnnotation {
double stamp = 1; // The timestamp of the annotation.
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 cb6e241

Please sign in to comment.