Commit 2dfc8a90 authored by oscar's avatar oscar

提交更新

parent 62f2c4c4
......@@ -614,7 +614,7 @@ void TrackingRos::ThreadTrackingProcess()
data.push_back(obj.w);
data.push_back(obj.h);
input.emplace_back(data);
if (x < 0)
if (obj.x < 0)
{
SDK_LOG(SDK_INFO, "input========================= x = %f,y = %f", obj.x, obj.y);
}
......
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