feat(cam): arbitrary-time profile sampling over jerk segments #55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patman/cam-sample"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR4a of the adaptive-clearing roadmap: sample(initial, segments, t) — kinematic state at any elapsed time within a jerk-segment sequence (whole-phase folds + partial advance in the dim currency). t <= 0 returns the initial state; beyond the total duration it returns the integrate() endpoint (bitwise on the loop-exhaustion path; the exact-boundary rounding caveat is documented). Needed by the viz layer and lookahead. Stacked on patman/cam-scurve (#49).