Open stephanheinemann opened 3 years ago
The performance calculations are based on seconds and might required a higher precision in some circumstances. The required precision needs to be reviewed. (commit 21578f8d9208902f04859b559429f11e46ebd647)
Consider including the maximum rate of turn into aircraft capabilities.
In general the planned aircraft performance should be included into the computed trajectory. When uploading the computed trajectory, the applicable speeds or rates should be uploaded as well. Another option is to include TOC and TOD waypoints into the computed trajectory to split climb and descent sections appropriately.
While planning a step within the environment, the planner has to perform a feasibility check to assert that the aircraft is able to travel the planned step (i.e., required climb or descent gradient). The required performance for a step calculation has to be reviewed and an appropriate exception (e.g., CapabilitiesException, PerformanceException, FeasibilityException) has to be defined, thrown, and handled by the planner.