odometry_calibration
odometry_calibration copied to clipboard
using direct linear method to calibrate the odometry estimation, by sloving A^T *A x = A^T *b with Cholesky decompose
Results
2
odometry_calibration issues
Sort by
recently updated
recently updated
newest added
when I use it under ubuntu 20.04 , I found that the lidar_path is wrong. It shows a line, not a circle . I want to know why?
Thanks for sharing your code. It is very nice. I wonder if there are any more detail information about the method you use to calculate the transformation from 2D laser...