wangcong03-shizhuang

Results 1 comments of wangcong03-shizhuang

How about modifying the following line in the function at line 801 in 'rotation.h': `const T theta = hypot(angle_axis[0], angle_axis[1], angle_axis[2]);` to ``` const T theta_squared = angle_axis[0] * angle_axis[0]...