opt och bus

This commit is contained in:
tongchenfei
2021-01-27 10:39:23 +08:00
parent 54b8bc0556
commit bd57ecb74d
4 changed files with 37 additions and 8 deletions

View File

@@ -354,6 +354,7 @@ public class MogoADASController implements IMogoADASController {
@Override
public void notifyAutopilotState(AdasAIDLAutopilotStateModel autopilotStateModel) {
Logger.d(TAG, "notifyAutopilotState: " + autopilotStateModel);
if (mAdasOCHCallback != null) {
mAdasOCHCallback.onStateChanged(autopilotStateModel.getState(), autopilotStateModel.getReason());
}