Commit fcb39aec authored by oscar's avatar oscar

提交赋值id

parent a80d49ad
......@@ -141,6 +141,7 @@ void TrackingRos::ThreadTrackingProcess()
obj.v_x = data[7];
obj.v_y = data[8];
obj.v_z = data[9];
obj.obj_id = iter.first;
float gx = 0.0f;
float gy = 0.0f;
CalculateGuassPos(obj.x, obj.y, obj.z, m_trans, gx, gy);
......
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