Hello, I am currently studying the code of FAST-LIO but I'm trying to figure out what exactly the blind parameter does and what this check is in the lidar handler functions: if (range < blind) continue; . Is it a way to check if the point is in the minimum range of the lidar or is it something else? Thanks in advance for explaining.
Hello, I am currently studying the code of FAST-LIO but I'm trying to figure out what exactly the blind parameter does and what this check is in the lidar handler functions:
if (range < blind) continue;
. Is it a way to check if the point is in the minimum range of the lidar or is it something else? Thanks in advance for explaining.