From 84d3b169d1722621d4c7bf9e9f00604cf4a489ac Mon Sep 17 00:00:00 2001 From: xinfengkun Date: Tue, 19 Apr 2022 18:32:00 +0800 Subject: [PATCH] =?UTF-8?q?[change]=E6=84=9F=E7=9F=A5=E7=BA=A2=E7=BB=BF?= =?UTF-8?q?=E7=81=AFPB=E6=B7=BB=E5=8A=A0=E6=B3=A8=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/traffic_light.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/mogo-adas-data/src/main/proto/traffic_light.proto b/libraries/mogo-adas-data/src/main/proto/traffic_light.proto index b557af6397..04e591286c 100644 --- a/libraries/mogo-adas-data/src/main/proto/traffic_light.proto +++ b/libraries/mogo-adas-data/src/main/proto/traffic_light.proto @@ -12,7 +12,7 @@ enum LightType { } enum LightState { - STATE_OFF = 0; + STATE_OFF = 0;//没检测到灯 STATE_RED = 1; STATE_YELLOW = 2; STATE_GREEN = 3;