mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +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;
|
double constexpr kMinHorizontalAccuracyMeters = 250;
|
||||||
|
|
||||||
// Required for points decimation to reduce number of close points.
|
// 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
|
// Max acceptable acceleration to filter gps jumps
|
||||||
double constexpr kMaxAcceptableAcceleration = 2; // m / sec ^ 2
|
double constexpr kMaxAcceptableAcceleration = 2; // m / sec ^ 2
|
||||||
|
|||||||
Reference in New Issue
Block a user