best practices to avoid jumping and random noise

florin21 6 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 Knight 6 years ago

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

Sviatoslav 2 years ago

i am also interested in this topic

Anton Tananaev 2 years 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.