Commit 74662b11 authored by oscar's avatar oscar

修改错误

parent 271e9ddb
......@@ -319,7 +319,7 @@ void Track3D::UpdateDataCheck(const std::vector<float>& data, std::vector<float>
{
deta2 += _PI_ * 2;
}
float detaT = abs(deat) > abs(deta2) ? deta2:deta;
float detaT = abs(deta) > abs(deta2) ? deta2:deta;
rot_y = x_angle + detaT;
out = data;
out[3] = rot_y;
......
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