[6.2.0][adas]新增超车的最大速度阈值设置接口
This commit is contained in:
@@ -224,6 +224,14 @@ interface IMoGoAutopilotControlProvider : IMoGoFunctionServerProvider {
|
||||
*/
|
||||
fun sendFusionMode(cmd: Int): Boolean
|
||||
|
||||
/**
|
||||
* 超车的最大速度闻值(double, m/s, 范围[3, 12.5])
|
||||
*
|
||||
* @param maxSpeed m/s, 范围[3, 12.5]
|
||||
* @return boolean
|
||||
*/
|
||||
fun sendOvertakeMaxSpeed(maxSpeed: Double): Boolean
|
||||
|
||||
/**
|
||||
* 批量设置参数命令
|
||||
*
|
||||
@@ -240,6 +248,7 @@ interface IMoGoAutopilotControlProvider : IMoGoFunctionServerProvider {
|
||||
* {@link AdasConstants.MapSystemParamType#V2N_TO_PNC Value类型:boolean或boolean类型String}
|
||||
* {@link AdasConstants.MapSystemParamType#V2I_TO_PNC Value类型:boolean或boolean类型String}
|
||||
* {@link AdasConstants.MapSystemParamType#FUSION_MODE Value类型:int或int类型String}
|
||||
* {@link AdasConstants.MapSystemParamType#OVERTAKE_MAX_SPEED Value类型:double或double类型String}
|
||||
* @return boolean
|
||||
*/
|
||||
fun sendSetParamReq(param: Map<AdasConstants.MapSystemParamType, Any>): Boolean
|
||||
|
||||
Reference in New Issue
Block a user