You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(anchor): manual chain length feeds the Auto radius
Sailors had no way to tell the plotter how much rode they let out, so
Auto could only react to swing the boat had already done - on a calm
set the boat sits over its anchor and Auto under-reads the radius it
will need once the wind fills in.
Add a Chain field to the Set Radius panel (persisted as a setting).
Auto now floors the swing term with the chain's horizontal projection
at the current depth - AnchorRadiusHeuristic.ChainHorizontalProjection
= sqrt(rode^2 - depth^2), with conservative fallbacks (full rode when
depth is unknown, zero when the rode is shorter than the depth). The
breakdown labels the term "rode" when the chain projection dominates,
"swing"/"current" otherwise, so the helm can see which input drove the
number.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments