Commit 959b6ad1 authored by oscar's avatar oscar

提价代码

parent 20a060b6
......@@ -144,7 +144,7 @@ void TrackingRos::ThreadTrackingProcess()
float gx = 0.0f;
float gy = 0.0f;
CalculateGuassPos(obj.x, obj.y, obj.z, m_trans, gx, gy);
jfx::Array gpos = {gx,gy};
jfx::Array gpos = {gy,gx};
jfx::Array pos = jfx::Inverse(gpos);
obj.Lat = pos[0];
obj.Long = pos[1];
......
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