From ba3f7dd5b51728e8f88d1b1e645bc1a36ecb837e Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期三, 03 二月 2021 16:59:12 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/master/comm_if.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/master/comm_if.h b/lib/src/main/cpp/master/comm_if.h index fd378ae..5d02cbd 100644 --- a/lib/src/main/cpp/master/comm_if.h +++ b/lib/src/main/cpp/master/comm_if.h @@ -88,6 +88,7 @@ double altitude; double speed; double trackTure; + int rtcm_length; }; struct carBrief { -- Gitblit v1.8.0