[6.2.0][adas]超车速度添加注释

This commit is contained in:
xinfengkun
2023-11-02 10:56:02 +08:00
parent d4c6371acb
commit f93d60c0c9
3 changed files with 3 additions and 3 deletions

View File

@@ -1663,7 +1663,7 @@ public class AdasChannel implements IAdasNetCommApi, FpgaSocket.IWebSocketConnec
}
/**
* 变道绕障的目标障碍物速度阈值
* 变道绕障的目标障碍物速度阈值/超车速度
*
* @param speed 速度阈值 m/s
* @return boolean

View File

@@ -888,7 +888,7 @@ public class AdasManager implements IAdasNetCommApi {
}
/**
* 变道绕障的目标障碍物速度阈值
* 变道绕障的目标障碍物速度阈值/超车速度
*
* @param speed 速度阈值 m/s
* @return boolean

View File

@@ -508,7 +508,7 @@ public interface IAdasNetCommApi {
boolean sendDetouring(int enable);
/**
* 变道绕障的目标障碍物速度阈值
* 变道绕障的目标障碍物速度阈值/超车速度
*
* @param speed 速度阈值 m/s
* @return boolean