Stop trajectories at shortcut corners - #6
Merged
Merged
Conversation
Signed-off-by: Dylan Gallagher <76841713+Dylan-Gallagher@users.noreply.github.com>
Signed-off-by: Dylan Gallagher <76841713+Dylan-Gallagher@users.noreply.github.com>
Signed-off-by: Dylan Gallagher <76841713+Dylan-Gallagher@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rest-to-rest seven-phase S-curve on every nonzero shortcut edge;
making position, velocity, and acceleration continuous across the complete
trajectory;
Trajectory::qdddand test analyticplus finite-difference derivative bounds;
densification samples; and
attached-payload artifact under unchanged pass gates.
The design and promotion gates were committed first in
da73e85. Implementationis isolated in
203099a; regenerated evidence and claim updates are inc61f575.Fixed-seed result
Demo 2 now produces 1,919 samples over 3.836 s at 2 ms, with measured peaks of:
Its one interior shortcut corner is sampled once at exact rest. Recorded
feedforward tracking maximum changes from 0.0046 to 0.0020 rad. The additional
0.336 s duration is retained and reported.
Retained negative and aggregate evidence
penetration gate; position PD remains 0/18.
104/138 numeric and 90/138 after the sampled-penetration gate; position PD
remains 0/138.
replays remain visible. No threshold, fixture, query, or failed case was
changed or removed.
Verification
cargo fmt --all -- --checkcargo clippy --workspace --all-targets --all-features -- -D warningscargo test --release --workspace --all-targetscargo run --release -p arm-lab-demo --bin multi_query_bench -- --checkcargo run --release -p arm-lab-demo --bin randomized_eval -- --checkThe last two commands replay 45 fixed planning trials, 36 fixed tracking cases,
300 accepted randomized queries, and 276 randomized controller replays. Only
observational planner wall time is normalized.
Claim boundary
Jerk is bounded almost everywhere, not globally continuous: it may jump between
finite one-sided phase values at phase and waypoint boundaries. This is a
full-stop strategy, not geometric corner blending or time-optimal path
parameterization. Collision evidence remains discrete/sampled simulation
evidence; this PR does not claim continuous swept-volume safety, positive robot
clearance, hardware performance, or sim-to-real transfer.
Development and validation used OpenAI Codex assistance. The commits, numerical
claims, generated artifacts, and limitations were checked against the frozen
pre-result protocol before publication.