Streamlining

This commit is contained in:
Raffson
2023-10-07 21:37:49 +02:00
parent 59673e7911
commit ea726bbf06
11 changed files with 21 additions and 38 deletions

View File

@@ -93,8 +93,8 @@ class FormationFlightPlan(LoiterFlightPlan, ABC):
@property
def push_time(self) -> datetime:
return self.join_time - self.travel_time_between_waypoints(
self.layout.hold.position,
self.layout.join.position,
self.layout.hold,
self.layout.join,
)
@property