Prepare v0.3.0 release - #7
Merged
Merged
Conversation
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.
arm-lab v0.3.0 — continuous-position/velocity/acceleration corner stops
This release closes the principal trajectory-smoothness limitation documented
in v0.2.0. Every nonzero RRT shortcut edge now receives an independent
rest-to-rest seven-phase S-curve, with an exact full stop at each shortcut
corner.
Measured evidence
declared limits of 0.550, 1.800, and 8.000.
zero-sampled-penetration gate; position PD 0/18.
numeric and 90/138 after the sampled-penetration gate; position PD 0/138.
The pre-result protocol, complete result summary, raw CSVs, and reproduction
commands are included in the tagged tree.
API and behavior changes
This is a deliberate pre-1.0 breaking release:
Trajectorygains the publicqdddsampled-jerk field. Code that constructsthe struct directly must populate it.
time_parameterizenow stops at every nonzero input waypoint. Planner callersshould pass geometric shortcut waypoints, not collision-check densification
samples, unless a stop at every sample is intended.
SCurve1d::at(duration)now reports the terminal rest state with zero jerk.Claim boundary
Position, velocity, and acceleration are continuous across the complete
trajectory. Jerk is bounded almost everywhere but can jump between finite
one-sided values at phase and waypoint boundaries; this is not geometric corner
blending or time-optimal path parameterization. Collision evidence remains
discrete/sampled simulation evidence. The release 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 implementation,
measurements, artifacts, and limitations were checked against the frozen
pre-result protocol before publication.