diff --git a/server/robotserver/android_agent.cc b/server/robotserver/android_agent.cc index 208d1441..2cfd8509 100644 --- a/server/robotserver/android_agent.cc +++ b/server/robotserver/android_agent.cc @@ -193,7 +193,8 @@ behaviac::EBTStatus AndroidAgent::CoJoin() behaviac::EBTStatus AndroidAgent::CoUpdateGame() { - //a8::XPrintf("CoUpdateGame\n", {}); + cs::CMMove msg; + owner_->SendMsg(msg); return behaviac::BT_SUCCESS; } diff --git a/server/robotserver/iomgr.cc b/server/robotserver/iomgr.cc index 62bfe9a7..4d7d01f0 100644 --- a/server/robotserver/iomgr.cc +++ b/server/robotserver/iomgr.cc @@ -2,7 +2,7 @@ #include "iomgr.h" -static const int IC_Max = 4; +static const int IC_Max = 1; void IoMgr::Init() {