Open claydergc opened 6 years ago
In the code there are 3 odometry topics:
/laser_odom_to_init /aft_mapped_to_init /integrated_to_init
According to what I understand, /integrated_to_init uses /laser_odom_to_init and /aft_mapped_to_init to compute the odometry. So, should I suppose /integrated_to_init is the most accurate and the one used in KITTI?
Thanks.
No, the after mapped is the most accurate as it has the additional step of doing scan to map matching.
In the code there are 3 odometry topics:
/laser_odom_to_init /aft_mapped_to_init /integrated_to_init
According to what I understand, /integrated_to_init uses /laser_odom_to_init and /aft_mapped_to_init to compute the odometry. So, should I suppose /integrated_to_init is the most accurate and the one used in KITTI?
Thanks.