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 416b40a commit 5a43e42Copy full SHA for 5a43e42
src/loggers/groot2_publisher.cpp
@@ -433,6 +433,7 @@ void Groot2Publisher::serverLoop()
433
_p->recording_fist_time = std::chrono::duration_cast<std::chrono::microseconds>
434
(now.time_since_epoch());
435
436
+ reply_msg.addstr(std::to_string(_p->recording_fist_time.count()));
437
std::unique_lock<std::mutex> lk(_p->status_mutex);
438
_p->transitions_buffer.clear();
439
}
0 commit comments