Livox-SDK / livox_detection

Livox open source detection algorithm
Apache License 2.0
252 stars 54 forks source link

Problem about the yaw angle computation #26

Open ShengkaiWu opened 2 years ago

ShengkaiWu commented 2 years ago

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!!!