From e40d155f2b850791adc925e3da7f53aea6d9883b Mon Sep 17 00:00:00 2001 From: xinfengkun Date: Thu, 20 Feb 2025 19:00:21 +0800 Subject: [PATCH] =?UTF-8?q?[6100][adas]=20=E8=9E=8D=E5=90=88=E7=BA=A2?= =?UTF-8?q?=E7=BB=BF=E7=81=AF=E5=A2=9E=E5=8A=A0=E7=BB=BF=E9=97=AA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo-adas-data/src/main/proto/fusion_traffic_light.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/mogo-adas-data/src/main/proto/fusion_traffic_light.proto b/libraries/mogo-adas-data/src/main/proto/fusion_traffic_light.proto index 55aacaf8d0..3359f6e39c 100644 --- a/libraries/mogo-adas-data/src/main/proto/fusion_traffic_light.proto +++ b/libraries/mogo-adas-data/src/main/proto/fusion_traffic_light.proto @@ -17,6 +17,7 @@ enum FusionLightState { STATE_YELLOW_FUSION = 2; STATE_GREEN_FUSION = 3; STATE_FLASH_FUSION = 4; + STATE_GFLASH_FUSION = 5;//绿闪 bus是500上 taxi是510上 } message FusionTrafficLight {