SensorsCalibration icon indicating copy to clipboard operation
SensorsCalibration copied to clipboard

LidartoLidar Octreebased method not implemented ?

Open Tianyun-Xuan opened this issue 2 years ago • 1 comments

Hi, thank you for sharing the repository, appreciate for your work. I am interested in your Lidar-to-Lidar auto calibration process. I can find the following interfaces, while they are not used, neither implemented.

bool RegistrationByVoxelOccupancy(const Eigen::Matrix4d &init_guess,
                                    Eigen::Matrix4d &refined_extrinsic);
size_t ComputeVoxelOccupancy(const Eigen::Matrix4d &init_guess);

This is an idea method or you have already tested its performance? Looking forward for your reponses.

Tianyun-Xuan avatar Sep 01 '22 09:09 Tianyun-Xuan

size_t ComputeVoxelOccupancy(const Eigen::Matrix4d &init_guess);

Sorry, for some reason, I deleted this part of the code and will add it later.

xiaokn avatar Sep 05 '22 01:09 xiaokn