ethz-asl / ethzasl_icp_mapping

3D mapping tools for robotic applications
273 stars 156 forks source link

Real time processing #67

Closed swarmt closed 6 years ago

swarmt commented 6 years ago

Thanks for the excellent library. I am getting a lot of warnings about real time perfomance using the vlp16 launch files and filters. Could you please point me in the right direction for which filters to tune with the best performance increase and least accuracy lost?

pomerlef commented 6 years ago

That depends a lot on your application and your processing power. For slow motions, skipping few scans is not a problem.

Typically, reducing the number of points helps. Random sampling is fast to compute, but it's blind to the structure of your scan. Density filtering is slower, but will yield more stable results with fewer points.

swarmt commented 6 years ago

Great thanks. I will tinker with those!