航点到达改为1.0米
This commit is contained in:
parent
7d8646b4d8
commit
d962d50b45
@ -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模式下碰撞检测最近距离
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user