hku-mars / loam_livox

A robust LiDAR Odometry and Mapping (LOAM) package for Livox-LiDAR
GNU General Public License v2.0
1.43k stars 435 forks source link

Fixed an error when deleting an array. #46

Open finostro opened 4 years ago

finostro commented 4 years ago

I think I found the error from issue #45 . An array is created and then deleted as if is was a regular pointer.

finostro commented 4 years ago

I take it back, it does not fix my issue. It still should be fixed though.