mantasB

Results 5 comments of mantasB

Nice! Which values to I put into setScopeChannel() to get the speed and distance? I guess you have a wheel diameter defined also, to calculate the speed?

groundScanInd - the number of LiDAR layers to be used for ground segmentation

Try setting ranges of your plot: ``` plot.setYRange(0, nPlots) plot.setXRange(0, nSamples) ``` It sped my case dramatically. By accident I found this playing with MultiPlotSpeedTest.py example and removing any of...