From 797c6bfd4e8473019ab5a1610fdad489f8017a91 Mon Sep 17 00:00:00 2001 From: xinfengkun Date: Thu, 24 Mar 2022 16:12:59 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E6=B7=BB=E5=8A=A0speedLimit=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libraries/mogo-adas-data/src/main/proto/message_pad.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/mogo-adas-data/src/main/proto/message_pad.proto b/libraries/mogo-adas-data/src/main/proto/message_pad.proto index 0f21c4ba3a..907fc0ead6 100644 --- a/libraries/mogo-adas-data/src/main/proto/message_pad.proto +++ b/libraries/mogo-adas-data/src/main/proto/message_pad.proto @@ -147,7 +147,7 @@ message RouteInfo{ Location endLocation = 3; string endName = 4; repeated Location wayPoints = 5; - double speedLimit = 6; + double speedLimit = 6; //单位: km/h uint32 vehicleType = 7; bool isSpeakVoice = 8; }