Livox-SDK / livox_mapping

A mapping package for Livox LiDARs
Other
375 stars 112 forks source link

Map (corner.pcd) does not contain complete mapped area #27

Closed gdebrecz closed 3 years ago

gdebrecz commented 3 years ago

Hi,

When mapping a bit larger area (cc. more than 200 m) the corner.pcd file gets somehow cropped and only the mapped corners around the very last position are saved in the .pcd file. What is the reason of this ?

Is there any settings that would allow for mapping larger areas, in the order of c.c. 1 km ?

Thanks in advance, Gergely

Livox-SDK commented 3 years ago

Hi gdebrecz,

To record the whole map, please substitute the parameter laserCloudValidNum by laserCloudSurroundNum on line 716, 717, 718 under livox_mapping/src/laserMapping.cpp image

gdebrecz commented 3 years ago

Thanks a a lot ! G