Commit f1f699e8 authored by oscar's avatar oscar

提交更新

parent 4b8a92f0
......@@ -280,7 +280,7 @@ void TrackingRos::ThreadTrackingProcess()
obj.obj_id = iter.first;
float gx = 0.0f;
float gy = 0.0f;
CalculateGuassPos(obj.x, obj.y, obj.z, m_trans, m_kitti2origin gx, gy);
CalculateGuassPos(obj.x, obj.y, obj.z, m_trans, m_kitti2origin, gx, gy);
//SDK_LOG(SDK_INFO, "CalculateGuassPos x = %f,y = %f, gx = %f, gy = %f,prob = %f",obj.x,obj.y,gx,gy,iter.second->GetProb());
jfx::Array gpos = {gx,gy};
jfx::Array pos = jfx::Inverse(gpos);
......
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