File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ namespace rerun_vrs {
45
45
layout.printLayoutCompact (buffer);
46
46
const auto & layout_str = buffer.str ();
47
47
48
- _rec->set_time_seconds (" timestamp" , record.timestamp );
48
+ _rec->set_time_duration_secs (" timestamp" , record.timestamp );
49
49
50
50
if (record.recordType == vrs::Record::Type::CONFIGURATION) {
51
51
// NOTE this is meta data from the sensor that doesn't change over time and only comes
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ namespace rerun_vrs {
57
57
layout.printLayoutCompact (buffer);
58
58
const auto & layout_str = buffer.str ();
59
59
60
- _rec->set_time_seconds (" timestamp" , record.timestamp );
60
+ _rec->set_time_duration_secs (" timestamp" , record.timestamp );
61
61
62
62
if (record.recordType == vrs::Record::Type::CONFIGURATION) {
63
63
// NOTE this is meta data from the sensor that doesn't change over time and only comes
You can’t perform that action at this time.
0 commit comments