- DroneType 枚举清理:移除 Electric/Piston,重编号 HighSpeed=2 - planner_config.json / defaults.json 同步迁移 - 238 单元测试全部通过
20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"CloudOverlapRatio": 0.2,
|
|
"CriticalProbabilityThreshold": 0.5,
|
|
"MaxInterceptProbability": 0.95,
|
|
"TypeCoefficient": {
|
|
"HighSpeed": 4.0,
|
|
"FixedWing": 2.0,
|
|
"Rotor": 1.0
|
|
},
|
|
"AmmoMatch": {
|
|
"Electric": "InertGas",
|
|
"Piston": "InertGas",
|
|
"Jet": "ActiveMaterial"
|
|
},
|
|
"DefaultDetectionAccuracy": 50.0,
|
|
"ExpansionFactor": 0.9,
|
|
"TimingSafetyMargin": 1.0,
|
|
"ReactionTime": 5.0
|
|
}
|