修改默认的司机端连接IP
增加应用身份判断,暂未启用

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-02-21 20:16:45 +08:00
parent 58ee4b091c
commit a7ad1f77c8
4 changed files with 58 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ class MoGoAutopilotProvider :
0x00 -> // 司机
{
CallerMapDataCollectorManager.registerOnMapCollectTaskListener(this)
AdasManager.getInstance().create(context, "192.168.1.141")
AdasManager.getInstance().create(context, "192.168.1.102")
}
0x01 -> // 乘客
{