Skip to content

[feat] Force LidarStream to have a 100Hz refresh rate

Nick Laurenson requested to merge feat/SpecifyLidarStreamFrequency into master

The default paraview refresh rate for LiveSource in 10Hz.

This has already been change to 100Hz in LidarView's paraview fork, with commit: bjacquet/paraview@d186fd84

With LiveSource improvement (paraview/paraview!2893 (merged)), it's now tpossible to specify the refresh rate. So we do it here.

Merge request reports