mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-27 16:06:39 +00:00
enhanced comment
This commit is contained in:
+3
-2
@@ -584,8 +584,9 @@ public class TrackedLegOfCompetitorImpl implements TrackedLegOfCompetitor {
|
||||
TimePoint timePointAfterManeuver) throws NoWindException {
|
||||
// FIXME bug 156: the timePointAfterManeuver is not a good one to select the outbound speed from:
|
||||
// instead, the outbound speed should be chosen as the maximum speed reached after the acceleration phase
|
||||
// after the maneuver, at least withing some reasonable threshold like five times the approximate
|
||||
// "maneuver duration", whatever this means
|
||||
// after the maneuver, at least within some reasonable threshold like five times the approximate
|
||||
// "maneuver duration", whatever this means. Inbound, the timePointBeforeManeuver seems reasonable because
|
||||
// it is when the direction change starts.
|
||||
assert timePointBeforeManeuver != null;
|
||||
assert timePointAfterManeuver != null;
|
||||
Distance result;
|
||||
|
||||
Reference in New Issue
Block a user