Commit ac1118a1 authored by ChenKun's avatar ChenKun 🕺🏿

debug

parent 086bdb56
...@@ -262,7 +262,7 @@ void FusionDistributeTask::udpSrv() ...@@ -262,7 +262,7 @@ void FusionDistributeTask::udpSrv()
tObjPtr->mYPos = obj.yPos; tObjPtr->mYPos = obj.yPos;
tObjPtr->mTypeStr = obj.type; tObjPtr->mTypeStr = obj.type;
tObjPtr->mSubType = 0; tObjPtr->mSubType = 0;
tObjPtr->mProb = obj.score; tObjPtr->mProb = obj.prop;
mBufTrafficObjListMutex.lock(); mBufTrafficObjListMutex.lock();
mBufTrafficObjList.push_back(tObjPtr); mBufTrafficObjList.push_back(tObjPtr);
mBufTrafficObjListMutex.unlock(); mBufTrafficObjListMutex.unlock();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment