Commit ac1118a1 authored by ChenKun's avatar ChenKun 🕺🏿

debug

parent 086bdb56
......@@ -262,7 +262,7 @@ void FusionDistributeTask::udpSrv()
tObjPtr->mYPos = obj.yPos;
tObjPtr->mTypeStr = obj.type;
tObjPtr->mSubType = 0;
tObjPtr->mProb = obj.score;
tObjPtr->mProb = obj.prop;
mBufTrafficObjListMutex.lock();
mBufTrafficObjList.push_back(tObjPtr);
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