You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your excellent open source work.
After reading the source code, there are 3 places I don't understand. I would be grateful if you could help me.
Why add a negative sign in lidar_camera_calib.hpp, like p.y=-y?
What is the meaning of this code in lidar_camera_calib.cpp, like V=n×nt, V=I-V, R=V*R?
Why the calculation of cost always used the pnp_list of calibs[2] in lidar_camera_multi_calib.cpp?
Is it more accurate to change this code to the following?
The text was updated successfully, but these errors were encountered:
Thanks for your excellent open source work.
After reading the source code, there are 3 places I don't understand. I would be grateful if you could help me.
Is it more accurate to change this code to the following?
The text was updated successfully, but these errors were encountered: