From d962d50b4509c9b0ceaf1a1e1f96518860848351 Mon Sep 17 00:00:00 2001 From: pxzleo Date: Tue, 19 Sep 2017 21:46:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=88=AA=E7=82=B9=E5=88=B0=E8=BE=BE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA1.0=E7=B1=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plane.FormationCreator/Formation/Extensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plane.FormationCreator/Formation/Extensions.cs b/Plane.FormationCreator/Formation/Extensions.cs index ea702f6..9d2de7c 100644 --- a/Plane.FormationCreator/Formation/Extensions.cs +++ b/Plane.FormationCreator/Formation/Extensions.cs @@ -13,7 +13,7 @@ namespace Plane.FormationCreator.Formation static class Extensions { public const float GpsArrivedDis = 2.0f; //GPS模式下航点到达精度 - public const float RTKArrivedDis = 0.8f; //RTK模式航点达到精度 + public const float RTKArrivedDis = 1.0f; //RTK模式航点达到精度 public const float GpsCloseDis = 2.0f; //GPS模式下碰撞检测最近距离 public const float RTKClosedDis = 0.5f; //RTK模式下碰撞检测最近距离