I installed LD-19 LIDAR on Dragger a couple months ago, and had no problem indoors. But when outdoors, a lot of random noise pops up. It messes up Global costmap and makes navigation impossible.
I modified code in my fork of the official driver, and updated my notes here:
In a nutshell, there's a noise filter in the original code, which is for some reason disabled for 14P/19P types. I also added a "min_intensity" parameter and experimented with combining beams into triplets, which cuts beam count from 504 to 167.