Increase random horizontal separation for escort flights

This commit is contained in:
Raffson 2023-02-04 17:06:40 +01:00
parent 667addf25b
commit 763dbebf13
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -73,7 +73,7 @@ class JoinPointBuilder(PydcsWaypointBuilder):
) -> None:
rx = (random.random() + 0.1) * 333
ry = feet(vertical_spacing).meters
rz = (random.random() + 0.1) * 50 * random.choice([-1, 1])
rz = (random.random() + 0.1) * 166 * random.choice([-1, 1])
pos = {"x": rx, "y": ry, "z": rz}
group_id = None