Livox-SDK/livox_mapping

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

gdebrecz opened this issue · 2 comments

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

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

Thanks a a lot !
G