mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-21 12:52:08 +08:00
nav: add mapRenderState.frameId
This commit is contained in:
+1
-1
Submodule cereal updated: 8825337204...609491e539
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user