test: unify ground 3-drone route to 5000m (matches single-drone)
Ground 3-drone test route 10000m -> 5000m to match single piston test. Sim time now 46.8s (was 91.6s), identical to single-drone, enabling direct comparison. Air-based 3-drone stays 10000m (matches air-based single). 193 tests pass.
This commit is contained in:
parent
d70d1f0bf8
commit
3028a421b5
@ -515,7 +515,7 @@ namespace CounterDrone.Core.Tests
|
||||
new List<Waypoint>
|
||||
{
|
||||
new Waypoint { PosX = 0, PosY = 500, PosZ = 0, Speed = 200 },
|
||||
new Waypoint { PosX = 10000, PosY = 500, PosZ = 0, Speed = 200 },
|
||||
new Waypoint { PosX = 5000, PosY = 500, PosZ = 0, Speed = 200 },
|
||||
});
|
||||
// 3 个火力单元部署在中点附近(X=4500,每个单元 i*50 偏移 → 4500/4550/4600)
|
||||
_scenario.SaveDeployment(_taskId, new List<EquipmentDeployment>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user