Commit f6a4d051 authored by oscar's avatar oscar

提交更新

parent 7533a027
......@@ -433,7 +433,7 @@ void TrackingRos::TrackingCameraCallBackFunc(const jfx_common_msgs::InferResesCo
continue;
objsPtr->array.push_back(obj);
}
for (int i = 0; i < msg->reses.size(); i++)
for (int i = 0; i < 3; i++)
{
if (msg->reses[i].results.size() > 0)
{
......
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