loam_velodyne icon indicating copy to clipboard operation
loam_velodyne copied to clipboard

when the distance is longer than 500m,does it work?

Open xbcdbc opened this issue 6 years ago • 2 comments

xbcdbc avatar Mar 27 '18 11:03 xbcdbc

Hi,
the current implementation will store a maximum area of 1050 x 1050 x 550 meter (x, y, z) if I remember correctly. This area is implemented as a sliding window, moving with the robot if it exceeds one of the boundaries.

Apart from that, during the registration and mapping of a new sweep, only a small sub-area of 250 x 250 x 250 meter around the robot is used.

There is no restriction on the overall distance the robot can travel.

StefanGlaser avatar Apr 29 '18 07:04 StefanGlaser

Hi, Maybe is a related issue. I built a map using odometry, although there is a scale problem compared with GPS. The LOAM algorithm shorts down the maximum value in the axis, even though the mapping is correct. Any ideas why?

brunoeducsantos avatar Jun 27 '18 11:06 brunoeducsantos