best practices to avoid jumping and random noise

florin214 years ago

here is my attempt to reduce those random jump and typical noise

 <entry key='filter.enable'>true</entry>
 <entry key='filter.skipLimit'>999</entry>
 <entry key='filter.maxSpeed'>66</entry>
 <entry key='filter.distance'>50</entry>
 <entry key='filter.zero'>true</entry>
 <entry key='filter.invalid'>true</entry>
 <entry key='filter.future'>600</entry>
 <entry key='filter.duplicate'>true</entry>

any other idea how to reduce random jumps

Alan Knight4 years ago

posting/bumping just because I'm interested in this too :-)

Sviatoslav3 months ago

i am also interested in this topic

Anton Tananaev3 months ago

There's no magical perfect configuration that works for everyone. If there was, it would have been the default in the system. Optimal filtering configuration depends on your specific case and you should read the documentation and identify what works best for you. You will likely need to experiment with various options.