livox_detection icon indicating copy to clipboard operation
livox_detection copied to clipboard

Problem about the yaw angle computation

Open ShengkaiWu opened this issue 3 years ago • 0 comments

In the Lib_cpp.cpp, the yaw angle theta is computed by "theta = atan2(sin_theta, cos_theta)/2". Thus, the computed yaw angle will be in the range (-pi/2, pi/2). I want to know why the yaw angle is divided by 2???? It's confused. Thank you!!!

ShengkaiWu avatar Jan 17 '22 12:01 ShengkaiWu