Commit 423e0e8b authored by ChenKun's avatar ChenKun 🕺🏿

add device

parent 150d5b9c
......@@ -175,7 +175,7 @@ void FusionDistributeTask::onLidarData(const jfx_common_msgs::det_tracking_array
return;
}
tObjPtr->mDevIDStr = obj.color_name;
tObjPtr->mDevIDStr = obj.device;
tObjPtr->mID = obj.obj_id;
tObjPtr->mModeStr = "r";
tObjPtr->mMS = obj.frame;
......@@ -203,6 +203,7 @@ void FusionDistributeTask::onLidarData(const jfx_common_msgs::det_tracking_array
tObjPtr->mTypeStr = "UnKnown";
}
tObjPtr->mSubType = 0;
tObjPtr->inner_pos = obj.device;
mBufTrafficObjListMutex.lock();
mBufTrafficObjList.push_back(tObjPtr);
......
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