CounterDroneBackend/data/planner_config.json
tian ca0ce8aa52 重命名核心模型:TargetConfig→DroneProfile, SimTask→Scenario, TaskFullConfig→ScenarioConfig, TaskId→ScenarioId
- DroneType 枚举清理:移除 Electric/Piston,重编号 HighSpeed=2
- planner_config.json / defaults.json 同步迁移
- 238 单元测试全部通过
2026-06-18 15:02:58 +08:00

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
}