增加了安全规则设置,在seting文件夹中添加了安全规则配置文件
This commit is contained in:
24
setting/SafetyRules.json
Normal file
24
setting/SafetyRules.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"maxTime" : 100,
|
||||
"maxDepth" : 100,
|
||||
"minAltitude" : 1,
|
||||
"points" :
|
||||
[
|
||||
{
|
||||
"east" : 90,
|
||||
"north" : -160
|
||||
},
|
||||
{
|
||||
"east" : 90,
|
||||
"north" : 275
|
||||
},
|
||||
{
|
||||
"east" : -360,
|
||||
"north" : 275
|
||||
},
|
||||
{
|
||||
"east" : -360,
|
||||
"north" : -160
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user