From 5523f4cbf0b219299c7d4ff227b013c7e1bd0fd8 Mon Sep 17 00:00:00 2001 From: xinfengkun Date: Wed, 8 Jan 2025 17:01:47 +0800 Subject: [PATCH] =?UTF-8?q?[690][adas-data]=E4=BF=AE=E6=94=B9=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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 8b55a9600a..b64521c2b8 100644 --- a/libraries/mogo-adas-data/src/main/proto/message_pad.proto +++ b/libraries/mogo-adas-data/src/main/proto/message_pad.proto @@ -493,9 +493,9 @@ message CmdInfo { enum StartPosType { - FIRST_STATION = 0; //首站点触发 - MIDDLE = 1; //中间站点触发 - OTHER = 2; // 非(首站点/中间站点)触发 + FIRST_STATION = 0; //首站第一次启动自驾成功前 + MIDDLE = 1; //中间站点第一次启动自驾成功前 + OTHER = 2; // 站点启动自驾成功后不管什么原因掉自驾重新启动的标识 } message SetAutopilotModeReq