Commit ef599297 authored by oscar's avatar oscar

提交更新

parent e9773751
......@@ -706,7 +706,7 @@ void TrackingRos::ThreadTrackingProcess()
std::vector<float> data;
if (obj.type == 7)
{
SDK_LOG(SDK_INFO, "update camera msg x = %f, y = %f",obj.x,obj.y);
SDK_LOG(SDK_INFO, "update camera msg id = %llu x = %f, y = %f",obj.obj_id,obj.x,obj.y);
}
if (iter.second->IsValid() && iter.second->GetStateData(data) == 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