nav: add mapRenderState.frameId

old-commit-hash: 27dc9c0e79
This commit is contained in:
Adeeb Shihadeh
2022-12-09 13:24:44 -08:00
parent f0ec4dd682
commit 62f035b089
2 changed files with 2 additions and 1 deletions
+1 -1
Submodule cereal updated: 8825337204...609491e539
+1
View File
@@ -180,6 +180,7 @@ void MapRenderer::publish(const double render_time) {
auto state = msg.initEvent().initMapRenderState();
state.setLocationMonoTime(sm->rcv_time("liveLocationKalman"));
state.setRenderTime(render_time);
state.setFrameId(frame_id);
pm->send("mapRenderState", msg);
frame_id++;