Commit b9119b53 authored by oscar's avatar oscar

提交代码

parent db0bbf56
......@@ -160,10 +160,10 @@ void TrackingRos::ThreadTrackingProcess()
}
sendObjs.array.emplace_back(obj);
}
sendObjs.cloud = objsPtr->cloud;
//sendObjs.cloud = objsPtr->cloud;
SDK_LOG(SDK_INFO, "calculate objs size = %d", sendObjs.array.size());
//m_pub.publish(sendObjs);
m_pub.publish(sendObjs);
}
}
......
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