[change]去掉延时获取工控机基础配置信息,更改成立即获取

This commit is contained in:
xinfengkun
2022-04-29 11:40:30 +08:00
parent d3af38d7dc
commit d925f1db49
2 changed files with 2 additions and 8 deletions

View File

@@ -151,7 +151,7 @@ public class Constants {
String RECEIVE_REPORT_MESSAGE = "监控事件";
String RECEIVE_PERCEPTION_TRAFFIC_LIGHT = "感知红绿灯";
String RECEIVE_PREDICTION_OBSTACLE_TRAJECTORY = "他车轨迹预测";
String RECEIVE_PERCEPTION_OBSTACLES = "透传的融合障碍物";
String RECEIVE_PERCEPTION_OBSTACLES = "透传障碍物";
// String RECEIVE_BASIC_INFO_REQ = "自动驾驶设备基础信息请求";
String RECEIVE_CAR_CONFIG_RESP = "信息与配置";