From 6b22fef803ac313815b01d7449d686f37d3eb4f6 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 23 Sep 2019 12:24:19 -0700 Subject: [PATCH] Update tolerance --- src/Vehicle/TrajectoryPoints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vehicle/TrajectoryPoints.h b/src/Vehicle/TrajectoryPoints.h index 85805f8..c58f3ed 100644 --- a/src/Vehicle/TrajectoryPoints.h +++ b/src/Vehicle/TrajectoryPoints.h @@ -44,6 +44,6 @@ private: QGeoCoordinate _lastPoint; double _lastAzimuth; - static constexpr double _distanceTolerance = 1.0; + static constexpr double _distanceTolerance = 2.0; static constexpr double _azimuthTolerance = 1.5; };