modify brake light
This commit is contained in:
@@ -84,8 +84,9 @@ public class MoGoHandAdasMsgManager implements
|
||||
|
||||
@Override
|
||||
public void onAutopilotBrakeLightData(boolean brakeLight) {
|
||||
//设置刹车信息 TODO 需要添加转向和删除的优先级
|
||||
// CallerHmiManager.INSTANCE.showBrakeLight(brakeLight ? 1 : 0);
|
||||
//设置刹车信息
|
||||
CallerLogger.INSTANCE.d(M_DEVA + TAG, "onAutopilotBrakeLightData -- brakeLight = $brakeLight");
|
||||
CallerHmiManager.INSTANCE.showBrakeLight(brakeLight ? 1 : 0);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -119,6 +120,7 @@ public class MoGoHandAdasMsgManager implements
|
||||
// CallerBindingcarManager.getBindingcarProvider().getBindingcarInfo(carConfigResp.getMacAddress());
|
||||
// }
|
||||
|
||||
carConfigResp.getMaxAcceleration()
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user