mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[tracks] Set close distance threshold to 10m.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
64f50d4e49
commit
fb62982000
@@ -16,7 +16,7 @@ std::string_view constexpr kMinHorizontalAccuracyKey = "GpsTrackingMinAccuracy";
|
||||
double constexpr kMinHorizontalAccuracyMeters = 250;
|
||||
|
||||
// Required for points decimation to reduce number of close points.
|
||||
double constexpr kClosePointDistanceMeters = 15;
|
||||
double constexpr kClosePointDistanceMeters = 10;
|
||||
|
||||
// Max acceptable acceleration to filter gps jumps
|
||||
double constexpr kMaxAcceptableAcceleration = 2; // m / sec ^ 2
|
||||
|
||||
Reference in New Issue
Block a user