PJLab-ADG / Livox-Mapping

An all-in-one and ready-to-use LiDAR-inertial odometry system for Livox LiDAR
BSD 3-Clause "New" or "Revised" License
433 stars 102 forks source link

ubuntu 20.04 bug fixed #20

Closed valenbase closed 1 year ago

valenbase commented 1 year ago

Thanks for your work.

I used the code under ubuntu 20.04, which meets two bugs, 1) scans crash int FreeSeg(float *fPoints,int *pLabel,int pointNum) adds return value; int PCSeg::DoSeg(int *pLabel1, float* fPoints1, int pointNum) adds return value; 2) pose estimation crash double ComputeError(const Eigen::Matrix4d& pose) adds return error;