Commit e0308329 authored by oscar's avatar oscar

提交更新

parent ef599297
......@@ -670,6 +670,7 @@ void TrackingRos::ThreadTrackingProcess()
{
obj = objsPtr->array[updateId[iter.first]];
input_obj = obj;
obj.obj_id = iter.first;
std::vector<float> data;
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