[6.6.0] add note

This commit is contained in:
EmArrow
2024-08-26 19:21:48 +08:00
parent bff69f39f4
commit 7d541edb6b
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ public class AdasChannel implements IAdasNetCommApi, FpgaSocket.IWebSocketConnec
/**
* 自动驾驶统计
*/
private AutopilotReview autopilotReview;
private AutopilotReview autopilotReview; //todo 转移数据中心
/**
* 工控机连接配置
*/

View File

@@ -17,7 +17,7 @@ import chassis.VehicleStateOuterClass;
import mogo.telematics.pad.MessagePad;
/**
* 是否可以启动平行驾驶能力检测
* 是否可以启动平行驾驶能力检测 //todo 转移数据中心
*/
public class ParallelDrivingManager {
private static final String TAG = ParallelDrivingManager.class.getSimpleName();