Hi Dr. Taro,
Thanks for sharing the code! This is truly a fantastic project.
I just wanted to clarify one point in the implementation:
Did you ignore the lever arm effect when constructing the factors, and then compensate for it using the position offset function?
If so, it seems that the partial derivatives with respect to attitude may have been omitted.
In my case, I plan to implement the system using an IMU and a GNSS antenna with a precisely known lever arm.
Should I account for the lever arm effect directly in the GNSS factor (include pose3 key in the factor), or is it more appropriate to handle it using the Pose3Point3Factor_PX?
Thank you very much! Any guidance would be helpful to me.
Hi Dr. Taro,
Thanks for sharing the code! This is truly a fantastic project.
I just wanted to clarify one point in the implementation:
Did you ignore the lever arm effect when constructing the factors, and then compensate for it using the position offset function?
If so, it seems that the partial derivatives with respect to attitude may have been omitted.
In my case, I plan to implement the system using an IMU and a GNSS antenna with a precisely known lever arm.
Should I account for the lever arm effect directly in the GNSS factor (include pose3 key in the factor), or is it more appropriate to handle it using the Pose3Point3Factor_PX?
Thank you very much! Any guidance would be helpful to me.