修改RTK到达航点精度1.5米

This commit is contained in:
pxzleo 2017-09-20 08:58:43 +08:00
parent d962d50b45
commit c9980242fd

View File

@ -13,7 +13,7 @@ namespace Plane.FormationCreator.Formation
static class Extensions
{
public const float GpsArrivedDis = 2.0f; //GPS模式下航点到达精度
public const float RTKArrivedDis = 1.0f; //RTK模式航点达到精度
public const float RTKArrivedDis = 1.5f; //RTK模式航点达到精度
public const float GpsCloseDis = 2.0f; //GPS模式下碰撞检测最近距离
public const float RTKClosedDis = 0.5f; //RTK模式下碰撞检测最近距离